|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::ir::Interpret, including all inherited members.
| dump(std::ostream &oss=std::cout) | nndeploy::ir::Interpret | |
| getModelDesc() | nndeploy::ir::Interpret | |
| Interpret(ModelDesc *model_desc=nullptr, bool is_external=false) | nndeploy::ir::Interpret | explicit |
| interpret(const std::vector< std::string > &model_value, const std::vector< ValueDesc > &input=std::vector< ValueDesc >())=0 | nndeploy::ir::Interpret | pure virtual |
| is_external_ | nndeploy::ir::Interpret | |
| model_desc_ | nndeploy::ir::Interpret | |
| saveModelToFile(const std::string &structure_file_path, const std::string &weight_file_path) | nndeploy::ir::Interpret | |
| ~Interpret() | nndeploy::ir::Interpret | virtual |