pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
Loading...
Searching...
No Matches
pcod_common::ArtifactConfig::Tensor Struct Reference

#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.
 

Detailed Description

Named model tensor contract.

Definition at line 94 of file model_manifest.hpp.

Member Data Documentation

◆ dtype

std::string pcod_common::ArtifactConfig::Tensor::dtype

Triton datatype name.

Definition at line 96 of file model_manifest.hpp.

◆ name

std::string pcod_common::ArtifactConfig::Tensor::name

Tensor name.

Definition at line 95 of file model_manifest.hpp.

◆ shape

std::vector<std::string> pcod_common::ArtifactConfig::Tensor::shape

Dimensions, including symbolic values.

Definition at line 97 of file model_manifest.hpp.


The documentation for this struct was generated from the following file: