Darknet/YOLO v5.0-117-g31c55275-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
onnx Namespace Reference

Classes

class  AttributeProto
 
struct  AttributeProtoDefaultTypeInternal
 
class  DeviceConfigurationProto
 
struct  DeviceConfigurationProtoDefaultTypeInternal
 
class  FunctionProto
 
struct  FunctionProtoDefaultTypeInternal
 
class  GraphProto
 
struct  GraphProtoDefaultTypeInternal
 
class  IntIntListEntryProto
 
struct  IntIntListEntryProtoDefaultTypeInternal
 
class  ModelProto
 
struct  ModelProtoDefaultTypeInternal
 
class  NodeDeviceConfigurationProto
 
struct  NodeDeviceConfigurationProtoDefaultTypeInternal
 
class  NodeProto
 
struct  NodeProtoDefaultTypeInternal
 
class  OperatorSetIdProto
 
struct  OperatorSetIdProtoDefaultTypeInternal
 
class  ShardedDimProto
 
struct  ShardedDimProtoDefaultTypeInternal
 
class  ShardingSpecProto
 
struct  ShardingSpecProtoDefaultTypeInternal
 
class  SimpleShardedDimProto
 
struct  SimpleShardedDimProtoDefaultTypeInternal
 
class  SparseTensorProto
 
struct  SparseTensorProtoDefaultTypeInternal
 
class  StringStringEntryProto
 
struct  StringStringEntryProtoDefaultTypeInternal
 
class  TensorAnnotation
 
struct  TensorAnnotationDefaultTypeInternal
 
class  TensorProto
 
class  TensorProto_Segment
 
struct  TensorProto_SegmentDefaultTypeInternal
 
struct  TensorProtoDefaultTypeInternal
 
class  TensorShapeProto
 
class  TensorShapeProto_Dimension
 
struct  TensorShapeProto_DimensionDefaultTypeInternal
 
struct  TensorShapeProtoDefaultTypeInternal
 
class  TrainingInfoProto
 
struct  TrainingInfoProtoDefaultTypeInternal
 
class  TypeProto
 
class  TypeProto_Map
 
struct  TypeProto_MapDefaultTypeInternal
 
class  TypeProto_Optional
 
struct  TypeProto_OptionalDefaultTypeInternal
 
class  TypeProto_Sequence
 
struct  TypeProto_SequenceDefaultTypeInternal
 
class  TypeProto_SparseTensor
 
struct  TypeProto_SparseTensorDefaultTypeInternal
 
class  TypeProto_Tensor
 
struct  TypeProto_TensorDefaultTypeInternal
 
struct  TypeProtoDefaultTypeInternal
 
class  ValueInfoProto
 
struct  ValueInfoProtoDefaultTypeInternal
 

Enumerations

enum  AttributeProto_AttributeType : int {
  AttributeProto_AttributeType_UNDEFINED = 0 ,
  AttributeProto_AttributeType_FLOAT = 1 ,
  AttributeProto_AttributeType_INT = 2 ,
  AttributeProto_AttributeType_STRING = 3 ,
  AttributeProto_AttributeType_TENSOR = 4 ,
  AttributeProto_AttributeType_GRAPH = 5 ,
  AttributeProto_AttributeType_SPARSE_TENSOR = 11 ,
  AttributeProto_AttributeType_TYPE_PROTO = 13 ,
  AttributeProto_AttributeType_FLOATS = 6 ,
  AttributeProto_AttributeType_INTS = 7 ,
  AttributeProto_AttributeType_STRINGS = 8 ,
  AttributeProto_AttributeType_TENSORS = 9 ,
  AttributeProto_AttributeType_GRAPHS = 10 ,
  AttributeProto_AttributeType_SPARSE_TENSORS = 12 ,
  AttributeProto_AttributeType_TYPE_PROTOS = 14 ,
  AttributeProto_AttributeType_AttributeProto_AttributeType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min() ,
  AttributeProto_AttributeType_AttributeProto_AttributeType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
}
 
enum  OperatorStatus : int {
  EXPERIMENTAL = 0 ,
  STABLE = 1 ,
  OperatorStatus_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min() ,
  OperatorStatus_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
}
 
enum  TensorProto_DataLocation : int {
  TensorProto_DataLocation_DEFAULT = 0 ,
  TensorProto_DataLocation_EXTERNAL = 1 ,
  TensorProto_DataLocation_TensorProto_DataLocation_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min() ,
  TensorProto_DataLocation_TensorProto_DataLocation_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
}
 
enum  TensorProto_DataType : int {
  TensorProto_DataType_UNDEFINED = 0 ,
  TensorProto_DataType_FLOAT = 1 ,
  TensorProto_DataType_UINT8 = 2 ,
  TensorProto_DataType_INT8 = 3 ,
  TensorProto_DataType_UINT16 = 4 ,
  TensorProto_DataType_INT16 = 5 ,
  TensorProto_DataType_INT32 = 6 ,
  TensorProto_DataType_INT64 = 7 ,
  TensorProto_DataType_STRING = 8 ,
  TensorProto_DataType_BOOL = 9 ,
  TensorProto_DataType_FLOAT16 = 10 ,
  TensorProto_DataType_DOUBLE = 11 ,
  TensorProto_DataType_UINT32 = 12 ,
  TensorProto_DataType_UINT64 = 13 ,
  TensorProto_DataType_COMPLEX64 = 14 ,
  TensorProto_DataType_COMPLEX128 = 15 ,
  TensorProto_DataType_BFLOAT16 = 16 ,
  TensorProto_DataType_FLOAT8E4M3FN = 17 ,
  TensorProto_DataType_FLOAT8E4M3FNUZ = 18 ,
  TensorProto_DataType_FLOAT8E5M2 = 19 ,
  TensorProto_DataType_FLOAT8E5M2FNUZ = 20 ,
  TensorProto_DataType_UINT4 = 21 ,
  TensorProto_DataType_INT4 = 22 ,
  TensorProto_DataType_FLOAT4E2M1 = 23 ,
  TensorProto_DataType_FLOAT8E8M0 = 24 ,
  TensorProto_DataType_TensorProto_DataType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min() ,
  TensorProto_DataType_TensorProto_DataType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
}
 
enum  Version : int {
  _START_VERSION = 0 ,
  IR_VERSION_2017_10_10 = 1 ,
  IR_VERSION_2017_10_30 = 2 ,
  IR_VERSION_2017_11_3 = 3 ,
  IR_VERSION_2019_1_22 = 4 ,
  IR_VERSION_2019_3_18 = 5 ,
  IR_VERSION_2019_9_19 = 6 ,
  IR_VERSION_2020_5_8 = 7 ,
  IR_VERSION_2021_7_30 = 8 ,
  IR_VERSION_2023_5_5 = 9 ,
  IR_VERSION_2024_3_25 = 10 ,
  IR_VERSION_2025_05_12 = 11 ,
  IR_VERSION = 12 ,
  Version_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min() ,
  Version_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
}
 

Functions

bool AttributeProto_AttributeType_IsValid (int value)
 
const std::string & AttributeProto_AttributeType_Name (AttributeProto_AttributeType value)
 
template<typename T >
const std::string & AttributeProto_AttributeType_Name (T enum_t_value)
 
bool AttributeProto_AttributeType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, AttributeProto_AttributeType *value)
 
bool OperatorStatus_IsValid (int value)
 
const std::string & OperatorStatus_Name (OperatorStatus value)
 
template<typename T >
const std::string & OperatorStatus_Name (T enum_t_value)
 
bool OperatorStatus_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, OperatorStatus *value)
 
bool TensorProto_DataLocation_IsValid (int value)
 
template<typename T >
const std::string & TensorProto_DataLocation_Name (T enum_t_value)
 
const std::string & TensorProto_DataLocation_Name (TensorProto_DataLocation value)
 
bool TensorProto_DataLocation_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TensorProto_DataLocation *value)
 
bool TensorProto_DataType_IsValid (int value)
 
template<typename T >
const std::string & TensorProto_DataType_Name (T enum_t_value)
 
const std::string & TensorProto_DataType_Name (TensorProto_DataType value)
 
bool TensorProto_DataType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TensorProto_DataType *value)
 
bool Version_IsValid (int value)
 
template<typename T >
const std::string & Version_Name (T enum_t_value)
 
const std::string & Version_Name (Version value)
 
bool Version_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Version *value)
 

Variables

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AttributeProtoDefaultTypeInternal _AttributeProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeviceConfigurationProtoDefaultTypeInternal _DeviceConfigurationProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FunctionProtoDefaultTypeInternal _FunctionProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GraphProtoDefaultTypeInternal _GraphProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 IntIntListEntryProtoDefaultTypeInternal _IntIntListEntryProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ModelProtoDefaultTypeInternal _ModelProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 NodeDeviceConfigurationProtoDefaultTypeInternal _NodeDeviceConfigurationProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 NodeProtoDefaultTypeInternal _NodeProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 OperatorSetIdProtoDefaultTypeInternal _OperatorSetIdProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShardedDimProtoDefaultTypeInternal _ShardedDimProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShardingSpecProtoDefaultTypeInternal _ShardingSpecProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SimpleShardedDimProtoDefaultTypeInternal _SimpleShardedDimProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SparseTensorProtoDefaultTypeInternal _SparseTensorProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StringStringEntryProtoDefaultTypeInternal _StringStringEntryProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TensorAnnotationDefaultTypeInternal _TensorAnnotation_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TensorProtoDefaultTypeInternal _TensorProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TensorProto_SegmentDefaultTypeInternal _TensorProto_Segment_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TensorShapeProtoDefaultTypeInternal _TensorShapeProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TensorShapeProto_DimensionDefaultTypeInternal _TensorShapeProto_Dimension_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TrainingInfoProtoDefaultTypeInternal _TrainingInfoProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeProtoDefaultTypeInternal _TypeProto_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeProto_MapDefaultTypeInternal _TypeProto_Map_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeProto_OptionalDefaultTypeInternal _TypeProto_Optional_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeProto_SequenceDefaultTypeInternal _TypeProto_Sequence_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeProto_SparseTensorDefaultTypeInternal _TypeProto_SparseTensor_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeProto_TensorDefaultTypeInternal _TypeProto_Tensor_default_instance_
 
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ValueInfoProtoDefaultTypeInternal _ValueInfoProto_default_instance_
 
constexpr int AttributeProto_AttributeType_AttributeType_ARRAYSIZE = AttributeProto_AttributeType_AttributeType_MAX + 1
 
constexpr AttributeProto_AttributeType AttributeProto_AttributeType_AttributeType_MAX = AttributeProto_AttributeType_TYPE_PROTOS
 
constexpr AttributeProto_AttributeType AttributeProto_AttributeType_AttributeType_MIN = AttributeProto_AttributeType_UNDEFINED
 
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry AttributeProto_AttributeType_entries []
 
static const int AttributeProto_AttributeType_entries_by_number []
 
static const char AttributeProto_AttributeType_names []
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > AttributeProto_AttributeType_strings [15] = {}
 
constexpr int OperatorStatus_ARRAYSIZE = OperatorStatus_MAX + 1
 
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry OperatorStatus_entries []
 
static const int OperatorStatus_entries_by_number []
 
constexpr OperatorStatus OperatorStatus_MAX = STABLE
 
constexpr OperatorStatus OperatorStatus_MIN = EXPERIMENTAL
 
static const char OperatorStatus_names []
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > OperatorStatus_strings [2] = {}
 
constexpr int TensorProto_DataLocation_DataLocation_ARRAYSIZE = TensorProto_DataLocation_DataLocation_MAX + 1
 
constexpr TensorProto_DataLocation TensorProto_DataLocation_DataLocation_MAX = TensorProto_DataLocation_EXTERNAL
 
constexpr TensorProto_DataLocation TensorProto_DataLocation_DataLocation_MIN = TensorProto_DataLocation_DEFAULT
 
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry TensorProto_DataLocation_entries []
 
static const int TensorProto_DataLocation_entries_by_number []
 
static const char TensorProto_DataLocation_names []
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > TensorProto_DataLocation_strings [2] = {}
 
constexpr int TensorProto_DataType_DataType_ARRAYSIZE = TensorProto_DataType_DataType_MAX + 1
 
constexpr TensorProto_DataType TensorProto_DataType_DataType_MAX = TensorProto_DataType_FLOAT8E8M0
 
constexpr TensorProto_DataType TensorProto_DataType_DataType_MIN = TensorProto_DataType_UNDEFINED
 
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry TensorProto_DataType_entries []
 
static const int TensorProto_DataType_entries_by_number []
 
static const char TensorProto_DataType_names []
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > TensorProto_DataType_strings [25] = {}
 
constexpr int Version_ARRAYSIZE = Version_MAX + 1
 
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry Version_entries []
 
static const int Version_entries_by_number []
 
constexpr Version Version_MAX = IR_VERSION
 
constexpr Version Version_MIN = _START_VERSION
 
static const char Version_names []
 
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< std::string > Version_strings [13] = {}
 

Enumeration Type Documentation

◆ AttributeProto_AttributeType

Enumerator
AttributeProto_AttributeType_UNDEFINED 
AttributeProto_AttributeType_FLOAT 
AttributeProto_AttributeType_INT 
AttributeProto_AttributeType_STRING 
AttributeProto_AttributeType_TENSOR 
AttributeProto_AttributeType_GRAPH 
AttributeProto_AttributeType_SPARSE_TENSOR 
AttributeProto_AttributeType_TYPE_PROTO 
AttributeProto_AttributeType_FLOATS 
AttributeProto_AttributeType_INTS 
AttributeProto_AttributeType_STRINGS 
AttributeProto_AttributeType_TENSORS 
AttributeProto_AttributeType_GRAPHS 
AttributeProto_AttributeType_SPARSE_TENSORS 
AttributeProto_AttributeType_TYPE_PROTOS 
AttributeProto_AttributeType_AttributeProto_AttributeType_INT_MIN_SENTINEL_DO_NOT_USE_ 
AttributeProto_AttributeType_AttributeProto_AttributeType_INT_MAX_SENTINEL_DO_NOT_USE_ 

◆ OperatorStatus

Enumerator
EXPERIMENTAL 
STABLE 
OperatorStatus_INT_MIN_SENTINEL_DO_NOT_USE_ 
OperatorStatus_INT_MAX_SENTINEL_DO_NOT_USE_ 

◆ TensorProto_DataLocation

Enumerator
TensorProto_DataLocation_DEFAULT 
TensorProto_DataLocation_EXTERNAL 
TensorProto_DataLocation_TensorProto_DataLocation_INT_MIN_SENTINEL_DO_NOT_USE_ 
TensorProto_DataLocation_TensorProto_DataLocation_INT_MAX_SENTINEL_DO_NOT_USE_ 

◆ TensorProto_DataType

Enumerator
TensorProto_DataType_UNDEFINED 
TensorProto_DataType_FLOAT 
TensorProto_DataType_UINT8 
TensorProto_DataType_INT8 
TensorProto_DataType_UINT16 
TensorProto_DataType_INT16 
TensorProto_DataType_INT32 
TensorProto_DataType_INT64 
TensorProto_DataType_STRING 
TensorProto_DataType_BOOL 
TensorProto_DataType_FLOAT16 
TensorProto_DataType_DOUBLE 
TensorProto_DataType_UINT32 
TensorProto_DataType_UINT64 
TensorProto_DataType_COMPLEX64 
TensorProto_DataType_COMPLEX128 
TensorProto_DataType_BFLOAT16 
TensorProto_DataType_FLOAT8E4M3FN 
TensorProto_DataType_FLOAT8E4M3FNUZ 
TensorProto_DataType_FLOAT8E5M2 
TensorProto_DataType_FLOAT8E5M2FNUZ 
TensorProto_DataType_UINT4 
TensorProto_DataType_INT4 
TensorProto_DataType_FLOAT4E2M1 
TensorProto_DataType_FLOAT8E8M0 
TensorProto_DataType_TensorProto_DataType_INT_MIN_SENTINEL_DO_NOT_USE_ 
TensorProto_DataType_TensorProto_DataType_INT_MAX_SENTINEL_DO_NOT_USE_ 

◆ Version

enum onnx::Version : int
Enumerator
_START_VERSION 
IR_VERSION_2017_10_10 
IR_VERSION_2017_10_30 
IR_VERSION_2017_11_3 
IR_VERSION_2019_1_22 
IR_VERSION_2019_3_18 
IR_VERSION_2019_9_19 
IR_VERSION_2020_5_8 
IR_VERSION_2021_7_30 
IR_VERSION_2023_5_5 
IR_VERSION_2024_3_25 
IR_VERSION_2025_05_12 
IR_VERSION 
Version_INT_MIN_SENTINEL_DO_NOT_USE_ 
Version_INT_MAX_SENTINEL_DO_NOT_USE_ 

Function Documentation

◆ AttributeProto_AttributeType_IsValid()

bool onnx::AttributeProto_AttributeType_IsValid ( int  value)
Here is the caller graph for this function:

◆ AttributeProto_AttributeType_Name() [1/2]

const std::string & onnx::AttributeProto_AttributeType_Name ( AttributeProto_AttributeType  value)
Here is the caller graph for this function:

◆ AttributeProto_AttributeType_Name() [2/2]

template<typename T >
const std::string & onnx::AttributeProto_AttributeType_Name ( enum_t_value)
inline
Here is the call graph for this function:

◆ AttributeProto_AttributeType_Parse()

bool onnx::AttributeProto_AttributeType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
AttributeProto_AttributeType value 
)
Here is the caller graph for this function:

◆ OperatorStatus_IsValid()

bool onnx::OperatorStatus_IsValid ( int  value)

◆ OperatorStatus_Name() [1/2]

const std::string & onnx::OperatorStatus_Name ( OperatorStatus  value)
Here is the caller graph for this function:

◆ OperatorStatus_Name() [2/2]

template<typename T >
const std::string & onnx::OperatorStatus_Name ( enum_t_value)
inline
Here is the call graph for this function:

◆ OperatorStatus_Parse()

bool onnx::OperatorStatus_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
OperatorStatus value 
)

◆ TensorProto_DataLocation_IsValid()

bool onnx::TensorProto_DataLocation_IsValid ( int  value)
Here is the caller graph for this function:

◆ TensorProto_DataLocation_Name() [1/2]

template<typename T >
const std::string & onnx::TensorProto_DataLocation_Name ( enum_t_value)
inline
Here is the call graph for this function:

◆ TensorProto_DataLocation_Name() [2/2]

const std::string & onnx::TensorProto_DataLocation_Name ( TensorProto_DataLocation  value)
Here is the caller graph for this function:

◆ TensorProto_DataLocation_Parse()

bool onnx::TensorProto_DataLocation_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
TensorProto_DataLocation value 
)
Here is the caller graph for this function:

◆ TensorProto_DataType_IsValid()

bool onnx::TensorProto_DataType_IsValid ( int  value)
Here is the caller graph for this function:

◆ TensorProto_DataType_Name() [1/2]

template<typename T >
const std::string & onnx::TensorProto_DataType_Name ( enum_t_value)
inline
Here is the call graph for this function:

◆ TensorProto_DataType_Name() [2/2]

const std::string & onnx::TensorProto_DataType_Name ( TensorProto_DataType  value)
Here is the caller graph for this function:

◆ TensorProto_DataType_Parse()

bool onnx::TensorProto_DataType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
TensorProto_DataType value 
)
Here is the caller graph for this function:

◆ Version_IsValid()

bool onnx::Version_IsValid ( int  value)

◆ Version_Name() [1/2]

template<typename T >
const std::string & onnx::Version_Name ( enum_t_value)
inline
Here is the call graph for this function:

◆ Version_Name() [2/2]

const std::string & onnx::Version_Name ( Version  value)
Here is the caller graph for this function:

◆ Version_Parse()

bool onnx::Version_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
Version value 
)

Variable Documentation

◆ _AttributeProto_default_instance_

AttributeProtoDefaultTypeInternal onnx::_AttributeProto_default_instance_

◆ _DeviceConfigurationProto_default_instance_

DeviceConfigurationProtoDefaultTypeInternal onnx::_DeviceConfigurationProto_default_instance_

◆ _FunctionProto_default_instance_

FunctionProtoDefaultTypeInternal onnx::_FunctionProto_default_instance_

◆ _GraphProto_default_instance_

GraphProtoDefaultTypeInternal onnx::_GraphProto_default_instance_

◆ _IntIntListEntryProto_default_instance_

IntIntListEntryProtoDefaultTypeInternal onnx::_IntIntListEntryProto_default_instance_

◆ _ModelProto_default_instance_

ModelProtoDefaultTypeInternal onnx::_ModelProto_default_instance_

◆ _NodeDeviceConfigurationProto_default_instance_

NodeDeviceConfigurationProtoDefaultTypeInternal onnx::_NodeDeviceConfigurationProto_default_instance_

◆ _NodeProto_default_instance_

NodeProtoDefaultTypeInternal onnx::_NodeProto_default_instance_

◆ _OperatorSetIdProto_default_instance_

OperatorSetIdProtoDefaultTypeInternal onnx::_OperatorSetIdProto_default_instance_

◆ _ShardedDimProto_default_instance_

ShardedDimProtoDefaultTypeInternal onnx::_ShardedDimProto_default_instance_

◆ _ShardingSpecProto_default_instance_

ShardingSpecProtoDefaultTypeInternal onnx::_ShardingSpecProto_default_instance_

◆ _SimpleShardedDimProto_default_instance_

SimpleShardedDimProtoDefaultTypeInternal onnx::_SimpleShardedDimProto_default_instance_

◆ _SparseTensorProto_default_instance_

SparseTensorProtoDefaultTypeInternal onnx::_SparseTensorProto_default_instance_

◆ _StringStringEntryProto_default_instance_

StringStringEntryProtoDefaultTypeInternal onnx::_StringStringEntryProto_default_instance_

◆ _TensorAnnotation_default_instance_

TensorAnnotationDefaultTypeInternal onnx::_TensorAnnotation_default_instance_

◆ _TensorProto_default_instance_

TensorProtoDefaultTypeInternal onnx::_TensorProto_default_instance_

◆ _TensorProto_Segment_default_instance_

TensorProto_SegmentDefaultTypeInternal onnx::_TensorProto_Segment_default_instance_

◆ _TensorShapeProto_default_instance_

TensorShapeProtoDefaultTypeInternal onnx::_TensorShapeProto_default_instance_

◆ _TensorShapeProto_Dimension_default_instance_

TensorShapeProto_DimensionDefaultTypeInternal onnx::_TensorShapeProto_Dimension_default_instance_

◆ _TrainingInfoProto_default_instance_

TrainingInfoProtoDefaultTypeInternal onnx::_TrainingInfoProto_default_instance_

◆ _TypeProto_default_instance_

TypeProtoDefaultTypeInternal onnx::_TypeProto_default_instance_

◆ _TypeProto_Map_default_instance_

TypeProto_MapDefaultTypeInternal onnx::_TypeProto_Map_default_instance_

◆ _TypeProto_Optional_default_instance_

TypeProto_OptionalDefaultTypeInternal onnx::_TypeProto_Optional_default_instance_

◆ _TypeProto_Sequence_default_instance_

TypeProto_SequenceDefaultTypeInternal onnx::_TypeProto_Sequence_default_instance_

◆ _TypeProto_SparseTensor_default_instance_

TypeProto_SparseTensorDefaultTypeInternal onnx::_TypeProto_SparseTensor_default_instance_

◆ _TypeProto_Tensor_default_instance_

TypeProto_TensorDefaultTypeInternal onnx::_TypeProto_Tensor_default_instance_

◆ _ValueInfoProto_default_instance_

ValueInfoProtoDefaultTypeInternal onnx::_ValueInfoProto_default_instance_

◆ AttributeProto_AttributeType_AttributeType_ARRAYSIZE

constexpr int onnx::AttributeProto_AttributeType_AttributeType_ARRAYSIZE = AttributeProto_AttributeType_AttributeType_MAX + 1
constexpr

◆ AttributeProto_AttributeType_AttributeType_MAX

constexpr AttributeProto_AttributeType onnx::AttributeProto_AttributeType_AttributeType_MAX = AttributeProto_AttributeType_TYPE_PROTOS
constexpr

◆ AttributeProto_AttributeType_AttributeType_MIN

constexpr AttributeProto_AttributeType onnx::AttributeProto_AttributeType_AttributeType_MIN = AttributeProto_AttributeType_UNDEFINED
constexpr

◆ AttributeProto_AttributeType_entries

const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry onnx::AttributeProto_AttributeType_entries[]
static
Initial value:
= {
{ {AttributeProto_AttributeType_names + 5, 6}, 6 },
}
static const char AttributeProto_AttributeType_names[]
Definition onnx.proto3.pb.cc:508

◆ AttributeProto_AttributeType_entries_by_number

const int onnx::AttributeProto_AttributeType_entries_by_number[]
static
Initial value:
= {
14,
0,
4,
8,
10,
2,
1,
5,
9,
11,
3,
6,
7,
12,
13,
}

◆ AttributeProto_AttributeType_names

const char onnx::AttributeProto_AttributeType_names[]
static
Initial value:
=
"FLOAT"
"FLOATS"
"GRAPH"
"GRAPHS"
"INT"
"INTS"
"SPARSE_TENSOR"
"SPARSE_TENSORS"
"STRING"
"STRINGS"
"TENSOR"
"TENSORS"
"TYPE_PROTO"
"TYPE_PROTOS"
"UNDEFINED"

◆ AttributeProto_AttributeType_strings

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> onnx::AttributeProto_AttributeType_strings[15] = {}

◆ OperatorStatus_ARRAYSIZE

constexpr int onnx::OperatorStatus_ARRAYSIZE = OperatorStatus_MAX + 1
constexpr

◆ OperatorStatus_entries

const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry onnx::OperatorStatus_entries[]
static
Initial value:
= {
{ {OperatorStatus_names + 0, 12}, 0 },
{ {OperatorStatus_names + 12, 6}, 1 },
}
static const char OperatorStatus_names[]
Definition onnx.proto3.pb.cc:944

◆ OperatorStatus_entries_by_number

const int onnx::OperatorStatus_entries_by_number[]
static
Initial value:
= {
0,
1,
}

◆ OperatorStatus_MAX

constexpr OperatorStatus onnx::OperatorStatus_MAX = STABLE
constexpr

◆ OperatorStatus_MIN

constexpr OperatorStatus onnx::OperatorStatus_MIN = EXPERIMENTAL
constexpr

◆ OperatorStatus_names

const char onnx::OperatorStatus_names[]
static
Initial value:
=
"EXPERIMENTAL"
"STABLE"

◆ OperatorStatus_strings

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> onnx::OperatorStatus_strings[2] = {}

◆ TensorProto_DataLocation_DataLocation_ARRAYSIZE

constexpr int onnx::TensorProto_DataLocation_DataLocation_ARRAYSIZE = TensorProto_DataLocation_DataLocation_MAX + 1
constexpr

◆ TensorProto_DataLocation_DataLocation_MAX

constexpr TensorProto_DataLocation onnx::TensorProto_DataLocation_DataLocation_MAX = TensorProto_DataLocation_EXTERNAL
constexpr

◆ TensorProto_DataLocation_DataLocation_MIN

constexpr TensorProto_DataLocation onnx::TensorProto_DataLocation_DataLocation_MIN = TensorProto_DataLocation_DEFAULT
constexpr

◆ TensorProto_DataLocation_entries

const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry onnx::TensorProto_DataLocation_entries[]
static
Initial value:
= {
{ {TensorProto_DataLocation_names + 7, 8}, 1 },
}
static const char TensorProto_DataLocation_names[]
Definition onnx.proto3.pb.cc:791

◆ TensorProto_DataLocation_entries_by_number

const int onnx::TensorProto_DataLocation_entries_by_number[]
static
Initial value:
= {
0,
1,
}

◆ TensorProto_DataLocation_names

const char onnx::TensorProto_DataLocation_names[]
static
Initial value:
=
"DEFAULT"
"EXTERNAL"

◆ TensorProto_DataLocation_strings

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> onnx::TensorProto_DataLocation_strings[2] = {}

◆ TensorProto_DataType_DataType_ARRAYSIZE

constexpr int onnx::TensorProto_DataType_DataType_ARRAYSIZE = TensorProto_DataType_DataType_MAX + 1
constexpr

◆ TensorProto_DataType_DataType_MAX

constexpr TensorProto_DataType onnx::TensorProto_DataType_DataType_MAX = TensorProto_DataType_FLOAT8E8M0
constexpr

◆ TensorProto_DataType_DataType_MIN

constexpr TensorProto_DataType onnx::TensorProto_DataType_DataType_MIN = TensorProto_DataType_UNDEFINED
constexpr

◆ TensorProto_DataType_entries

const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry onnx::TensorProto_DataType_entries[]
static
Initial value:
= {
{ {TensorProto_DataType_names + 0, 8}, 16 },
{ {TensorProto_DataType_names + 8, 4}, 9 },
{ {TensorProto_DataType_names + 12, 10}, 15 },
{ {TensorProto_DataType_names + 22, 9}, 14 },
{ {TensorProto_DataType_names + 31, 6}, 11 },
{ {TensorProto_DataType_names + 37, 5}, 1 },
{ {TensorProto_DataType_names + 42, 7}, 10 },
{ {TensorProto_DataType_names + 49, 10}, 23 },
{ {TensorProto_DataType_names + 59, 12}, 17 },
{ {TensorProto_DataType_names + 71, 14}, 18 },
{ {TensorProto_DataType_names + 85, 10}, 19 },
{ {TensorProto_DataType_names + 95, 14}, 20 },
{ {TensorProto_DataType_names + 109, 10}, 24 },
{ {TensorProto_DataType_names + 119, 5}, 5 },
{ {TensorProto_DataType_names + 124, 5}, 6 },
{ {TensorProto_DataType_names + 129, 4}, 22 },
{ {TensorProto_DataType_names + 133, 5}, 7 },
{ {TensorProto_DataType_names + 138, 4}, 3 },
{ {TensorProto_DataType_names + 142, 6}, 8 },
{ {TensorProto_DataType_names + 148, 6}, 4 },
{ {TensorProto_DataType_names + 154, 6}, 12 },
{ {TensorProto_DataType_names + 160, 5}, 21 },
{ {TensorProto_DataType_names + 165, 6}, 13 },
{ {TensorProto_DataType_names + 171, 5}, 2 },
{ {TensorProto_DataType_names + 176, 9}, 0 },
}
static const char TensorProto_DataType_names[]
Definition onnx.proto3.pb.cc:641

◆ TensorProto_DataType_entries_by_number

const int onnx::TensorProto_DataType_entries_by_number[]
static
Initial value:
= {
24,
5,
23,
17,
19,
13,
14,
16,
18,
1,
6,
4,
20,
22,
3,
2,
0,
8,
9,
10,
11,
21,
15,
7,
12,
}

◆ TensorProto_DataType_names

const char onnx::TensorProto_DataType_names[]
static
Initial value:
=
"BFLOAT16"
"BOOL"
"COMPLEX128"
"COMPLEX64"
"DOUBLE"
"FLOAT"
"FLOAT16"
"FLOAT4E2M1"
"FLOAT8E4M3FN"
"FLOAT8E4M3FNUZ"
"FLOAT8E5M2"
"FLOAT8E5M2FNUZ"
"FLOAT8E8M0"
"INT16"
"INT32"
"INT4"
"INT64"
"INT8"
"STRING"
"UINT16"
"UINT32"
"UINT4"
"UINT64"
"UINT8"
"UNDEFINED"

◆ TensorProto_DataType_strings

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> onnx::TensorProto_DataType_strings[25] = {}

◆ Version_ARRAYSIZE

constexpr int onnx::Version_ARRAYSIZE = Version_MAX + 1
constexpr

◆ Version_entries

const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry onnx::Version_entries[]
static
Initial value:
= {
{ {Version_names + 0, 10}, 12 },
{ {Version_names + 10, 21}, 1 },
{ {Version_names + 31, 21}, 2 },
{ {Version_names + 52, 20}, 3 },
{ {Version_names + 72, 20}, 4 },
{ {Version_names + 92, 20}, 5 },
{ {Version_names + 112, 20}, 6 },
{ {Version_names + 132, 19}, 7 },
{ {Version_names + 151, 20}, 8 },
{ {Version_names + 171, 19}, 9 },
{ {Version_names + 190, 20}, 10 },
{ {Version_names + 210, 21}, 11 },
{ {Version_names + 231, 14}, 0 },
}
static const char Version_names[]
Definition onnx.proto3.pb.cc:860

◆ Version_entries_by_number

const int onnx::Version_entries_by_number[]
static
Initial value:
= {
12,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
0,
}

◆ Version_MAX

constexpr Version onnx::Version_MAX = IR_VERSION
constexpr

◆ Version_MIN

constexpr Version onnx::Version_MIN = _START_VERSION
constexpr

◆ Version_names

const char onnx::Version_names[]
static
Initial value:
=
"IR_VERSION"
"IR_VERSION_2017_10_10"
"IR_VERSION_2017_10_30"
"IR_VERSION_2017_11_3"
"IR_VERSION_2019_1_22"
"IR_VERSION_2019_3_18"
"IR_VERSION_2019_9_19"
"IR_VERSION_2020_5_8"
"IR_VERSION_2021_7_30"
"IR_VERSION_2023_5_5"
"IR_VERSION_2024_3_25"
"IR_VERSION_2025_05_12"
"_START_VERSION"

◆ Version_strings

::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> onnx::Version_strings[13] = {}