Module interpreter

Source
Expand description

MNN::Interpreter related items The interpreter module provides the Interpreter struct which is used to load and run models.

Structs§

Interpreter
net data holder. multiple sessions could share same net.
OperatorInfo
A struct that holds information about an operator

Enums§

ResizeStatus
The status of the resize operation
SessionMode
The session mode to be used The items are mostly untested and are only documented 1:1 to the C++ codebase The only two items tested are