|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
解释器的创建类 More...
#include <interpret.h>
Public Member Functions | |
| virtual Interpret * | createInterpret (base::ModelType type, ir::ModelDesc *model_desc=nullptr, bool is_external=false)=0 |
| virtual std::shared_ptr< Interpret > | createInterpretSharedPtr (base::ModelType type, ir::ModelDesc *model_desc=nullptr, bool is_external=false)=0 |
| virtual | ~InterpretCreator () |
解释器的创建类
Definition at line 137 of file interpret.h.
|
inlinevirtual |
Definition at line 139 of file interpret.h.
|
pure virtual |
|
pure virtual |