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

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