|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::ir::OpDesc, including all inherited members.
| deserialize(rapidjson::Value &json) | nndeploy::ir::OpDesc | |
| inputs_ | nndeploy::ir::OpDesc | |
| name_ | nndeploy::ir::OpDesc | |
| op_param_ | nndeploy::ir::OpDesc | |
| op_type_ | nndeploy::ir::OpDesc | |
| OpDesc() | nndeploy::ir::OpDesc | |
| OpDesc(OpType op_type) | nndeploy::ir::OpDesc | |
| OpDesc(const std::string &name, OpType op_type) | nndeploy::ir::OpDesc | |
| OpDesc(const std::string &name, OpType op_type, std::shared_ptr< base::Param > op_param) | nndeploy::ir::OpDesc | |
| OpDesc(const std::string &name, OpType op_type, std::initializer_list< std::string > inputs, std::initializer_list< std::string > outputs) | nndeploy::ir::OpDesc | |
| OpDesc(const std::string &name, OpType op_type, std::initializer_list< std::string > inputs, std::initializer_list< std::string > outputs, std::shared_ptr< base::Param > op_param) | nndeploy::ir::OpDesc | |
| OpDesc(const std::string &name, OpType op_type, std::vector< std::string > &inputs, std::vector< std::string > &outputs) | nndeploy::ir::OpDesc | |
| OpDesc(const std::string &name, OpType op_type, std::vector< std::string > &inputs, std::vector< std::string > &outputs, std::shared_ptr< base::Param > op_param) | nndeploy::ir::OpDesc | |
| outputs_ | nndeploy::ir::OpDesc | |
| serialize(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) | nndeploy::ir::OpDesc | |
| ~OpDesc() | nndeploy::ir::OpDesc | virtual |