doc/API/html/namespace_m_n_n.html
| MNN 1.0 |
MNN 命名空间参考
|
| | | CV | | |
|
| | class | AutoTime | | | | class | Interpreter | | | | class | OperatorInfo | | | | struct | ScheduleConfig | | | | class | Tensor | | |
|
| | typedef std::function< bool(const std::vector< Tensor * > &, const std::string &)> | TensorCallBack | | | | typedef std::function< bool(const std::vector< Tensor * > &, const OperatorInfo *)> | TensorCallBackWithInfo | | |
|
|
| enum | ErrorCode {
NO_ERROR = 0, OUT_OF_MEMORY = 1, NOT_SUPPORT = 2, COMPUTE_SIZE_ERROR = 3,
NO_EXECUTION = 4, INPUT_DATA_ERROR = 10, CALL_BACK_STOP = 11, TENSOR_NOT_SUPPORT = 20,
TENSOR_NEED_DIVIDE = 21
} |
| |
| typedef std::function<bool(const std::vector<Tensor*>&, const std::string& )> MNN::TensorCallBack |
| typedef std::function<bool(const std::vector<Tensor*>&, const OperatorInfo*)> MNN::TensorCallBackWithInfo |
| enum MNN::ErrorCode |
| 枚举值 |
|---|
| NO_ERROR |
| OUT_OF_MEMORY |
| NOT_SUPPORT |
| COMPUTE_SIZE_ERROR |
| NO_EXECUTION |
| INPUT_DATA_ERROR |
| CALL_BACK_STOP |
| TENSOR_NOT_SUPPORT |
| TENSOR_NEED_DIVIDE |