|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
#include "nndeploy/ir/ir.h"Go to the source code of this file.
Classes | |
| class | nndeploy::ir::Interpret |
| class | nndeploy::ir::InterpretCreator |
| 解释器的创建类 More... | |
| class | nndeploy::ir::TypeInterpretCreator< T > |
| 解释器的创建类模板 More... | |
| class | nndeploy::ir::TypeInterpretRegister< T > |
| 解释器的创建类的注册类模板 More... | |
Namespaces | |
| nndeploy | |
| nndeploy::ir | |
Functions | |
| Interpret * | nndeploy::ir::createInterpret (base::ModelType type, ir::ModelDesc *model_desc=nullptr, bool is_external=false) |
| Create a Interpret object. More... | |
| std::shared_ptr< Interpret > | nndeploy::ir::createInterpretSharedPtr (base::ModelType type, ir::ModelDesc *model_desc=nullptr, bool is_external=false) |
| std::map< base::ModelType, std::shared_ptr< InterpretCreator > > & | nndeploy::ir::getGlobalInterpretCreatorMap () |
| Get the Global Interpret Creator Map object. More... | |