|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#include <model_manifest.hpp>
Public Attributes | |
| std::string | name |
| Tensor name. | |
| std::string | dtype |
| Triton datatype name. | |
| std::vector< std::string > | shape |
| Dimensions, including symbolic values. | |
Named model tensor contract.
Definition at line 94 of file model_manifest.hpp.
| std::string pcod_common::ArtifactConfig::Tensor::dtype |
Triton datatype name.
Definition at line 96 of file model_manifest.hpp.
| std::string pcod_common::ArtifactConfig::Tensor::name |
Tensor name.
Definition at line 95 of file model_manifest.hpp.
| std::vector<std::string> pcod_common::ArtifactConfig::Tensor::shape |
Dimensions, including symbolic values.
Definition at line 97 of file model_manifest.hpp.