nndeploy C++ API  0.2.0
nndeploy C++ API
nndeploy::ir::OpDesc Member List

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::OpDescvirtual