MNN  1.0
MNN::Interpreter 成员列表

成员的完整列表,这些成员属于 MNN::Interpreter,包括所有继承而来的类成员

bizCode() constMNN::Interpreter
createFromBuffer(const void *buffer, size_t size)MNN::Interpreterstatic
createFromFile(const char *file)MNN::Interpreterstatic
createMultiPathSession(const std::vector< ScheduleConfig > &configs)MNN::Interpreter
createSession(const ScheduleConfig &config)MNN::Interpreter
getBackend(const Session *session, const Tensor *tensor) constMNN::Interpreter
getSessionInput(const Session *session, const char *name)MNN::Interpreter
getSessionInputAll(const Session *session) constMNN::Interpreter
getSessionOutput(const Session *session, const char *name)MNN::Interpreter
getSessionOutputAll(const Session *session) constMNN::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) constMNN::Interpreter
runSessionWithCallBack(const Session *session, const TensorCallBack &before, const TensorCallBack &end, bool sync=false) constMNN::Interpreter
runSessionWithCallBackInfo(const Session *session, const TensorCallBackWithInfo &before, const TensorCallBackWithInfo &end, bool sync=false) constMNN::Interpreter
~Interpreter()MNN::Interpreter