MNN
1.0
|
成员的完整列表,这些成员属于 MNN::Interpreter,包括所有继承而来的类成员
bizCode() const | MNN::Interpreter | |
createFromBuffer(const void *buffer, size_t size) | MNN::Interpreter | static |
createFromFile(const char *file) | MNN::Interpreter | static |
createMultiPathSession(const std::vector< ScheduleConfig > &configs) | MNN::Interpreter | |
createSession(const ScheduleConfig &config) | MNN::Interpreter | |
getBackend(const Session *session, const Tensor *tensor) const | MNN::Interpreter | |
getSessionInput(const Session *session, const char *name) | MNN::Interpreter | |
getSessionInputAll(const Session *session) const | MNN::Interpreter | |
getSessionOutput(const Session *session, const char *name) | MNN::Interpreter | |
getSessionOutputAll(const Session *session) const | MNN::Interpreter | |
releaseModel() | MNN::Interpreter | |
releaseSession(Session *session) | MNN::Interpreter | |
resizeSession(Session *session) | MNN::Interpreter | |
resizeTensor(Tensor *tensor, const std::vector< int > &dims) | MNN::Interpreter | |
runSession(Session *session) const | MNN::Interpreter | |
runSessionWithCallBack(const Session *session, const TensorCallBack &before, const TensorCallBack &end, bool sync=false) const | MNN::Interpreter | |
runSessionWithCallBackInfo(const Session *session, const TensorCallBackWithInfo &before, const TensorCallBackWithInfo &end, bool sync=false) const | MNN::Interpreter | |
~Interpreter() | MNN::Interpreter |