|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
This is the complete list of members for nndeploy::ir::ValueDesc, including all inherited members.
| data_type_ | nndeploy::ir::ValueDesc | |
| deserialize(rapidjson::Value &json) | nndeploy::ir::ValueDesc | |
| name_ | nndeploy::ir::ValueDesc | |
| serialize(rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) | nndeploy::ir::ValueDesc | |
| shape_ | nndeploy::ir::ValueDesc | |
| ValueDesc() | nndeploy::ir::ValueDesc | |
| ValueDesc(const std::string &name) | nndeploy::ir::ValueDesc | |
| ValueDesc(const std::string &name, base::DataType data_type) | nndeploy::ir::ValueDesc | |
| ValueDesc(const std::string &name, base::DataType data_type, base::IntVector shape) | nndeploy::ir::ValueDesc | |
| ~ValueDesc() | nndeploy::ir::ValueDesc | virtual |