Viam C++ SDK current
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | Public Attributes | List of all members
viam::sdk::MLModelService::tensor_info Struct Reference

Classes

struct  file
 

Public Types

enum class  data_types : std::uint8_t {
  k_int8 = 0 , k_uint8 = 1 , k_int16 = 2 , k_uint16 = 3 ,
  k_int32 = 4 , k_uint32 = 5 , k_int64 = 6 , k_uint64 = 7 ,
  k_float32 = 8 , k_float64 = 9
}
 

Static Public Member Functions

static boost::optional< data_types > string_to_data_type (const std::string &str)
 
static const char * data_type_to_string (data_types data_type)
 
static data_types tensor_views_to_data_type (const tensor_views &view)
 

Public Attributes

std::string name
 
std::string description
 
enum viam::sdk::MLModelService::tensor_info::data_types data_type
 
std::vector< int > shape
 
std::vector< fileassociated_files
 
AttributeMap extra
 

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