Darknet/YOLO v5.0-117-g31c55275-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
onnx::AttributeProto Class Referencefinal

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::AttributeProto:
Collaboration diagram for onnx::AttributeProto:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kFloatsFieldNumber = 7 ,
  kIntsFieldNumber = 8 ,
  kStringsFieldNumber = 9 ,
  kTensorsFieldNumber = 10 ,
  kGraphsFieldNumber = 11 ,
  kTypeProtosFieldNumber = 15 ,
  kSparseTensorsFieldNumber = 23 ,
  kNameFieldNumber = 1 ,
  kSFieldNumber = 4 ,
  kDocStringFieldNumber = 13 ,
  kRefAttrNameFieldNumber = 21 ,
  kTFieldNumber = 5 ,
  kGFieldNumber = 6 ,
  kTpFieldNumber = 14 ,
  kSparseTensorFieldNumber = 22 ,
  kIFieldNumber = 3 ,
  kFFieldNumber = 2 ,
  kTypeFieldNumber = 20
}
 
typedef AttributeProto_AttributeType AttributeType
 

Public Member Functions

 AttributeProto ()
 
PROTOBUF_CONSTEXPR AttributeProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 AttributeProto (AttributeProto &&from) noexcept
 
 AttributeProto (const AttributeProto &from)
 
 ~AttributeProto () override
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
void add_floats (float value)
 
::onnx::GraphProtoadd_graphs ()
 
void add_ints (int64_t value)
 
::onnx::SparseTensorProtoadd_sparse_tensors ()
 
std::string * add_strings ()
 
void add_strings (const char *value)
 
void add_strings (const std::string &value)
 
void add_strings (const void *value, size_t size)
 
void add_strings (std::string &&value)
 
::onnx::TensorProtoadd_tensors ()
 
::onnx::TypeProtoadd_type_protos ()
 
size_t ByteSizeLong () const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_doc_string ()
 
void clear_f ()
 
void clear_floats ()
 
void clear_g ()
 
void clear_graphs ()
 
void clear_i ()
 
void clear_ints ()
 
void clear_name ()
 
void clear_ref_attr_name ()
 
void clear_s ()
 
void clear_sparse_tensor ()
 
void clear_sparse_tensors ()
 
void clear_strings ()
 
void clear_t ()
 
void clear_tensors ()
 
void clear_tp ()
 
void clear_type ()
 
void clear_type_protos ()
 
void CopyFrom (const AttributeProto &from)
 
const std::string & doc_string () const
 
float f () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & floats () const
 
float floats (int index) const
 
int floats_size () const
 
const ::onnx::GraphProtog () const
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::GraphProto > & graphs () const
 
const ::onnx::GraphProtographs (int index) const
 
int graphs_size () const
 
bool has_g () const
 
bool has_sparse_tensor () const
 
bool has_t () const
 
bool has_tp () const
 
int64_t i () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & ints () const
 
int64_t ints (int index) const
 
int ints_size () const
 
bool IsInitialized () const final
 
void MergeFrom (const AttributeProto &from)
 
std::string * mutable_doc_string ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< float > * mutable_floats ()
 
::onnx::GraphProtomutable_g ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::GraphProto > * mutable_graphs ()
 
::onnx::GraphProtomutable_graphs (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * mutable_ints ()
 
std::string * mutable_name ()
 
std::string * mutable_ref_attr_name ()
 
std::string * mutable_s ()
 
::onnx::SparseTensorProtomutable_sparse_tensor ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::SparseTensorProto > * mutable_sparse_tensors ()
 
::onnx::SparseTensorProtomutable_sparse_tensors (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_strings ()
 
std::string * mutable_strings (int index)
 
::onnx::TensorProtomutable_t ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TensorProto > * mutable_tensors ()
 
::onnx::TensorProtomutable_tensors (int index)
 
::onnx::TypeProtomutable_tp ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TypeProto > * mutable_type_protos ()
 
::onnx::TypeProtomutable_type_protos (int index)
 
const std::string & name () const
 
AttributeProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
AttributeProtooperator= (AttributeProto &&from) noexcept
 
AttributeProtooperator= (const AttributeProto &from)
 
const std::string & ref_attr_name () const
 
PROTOBUF_NODISCARD std::string * release_doc_string ()
 
PROTOBUF_NODISCARD::onnx::GraphProto * release_g ()
 
PROTOBUF_NODISCARD std::string * release_name ()
 
PROTOBUF_NODISCARD std::string * release_ref_attr_name ()
 
PROTOBUF_NODISCARD std::string * release_s ()
 
PROTOBUF_NODISCARD::onnx::SparseTensorProto * release_sparse_tensor ()
 
PROTOBUF_NODISCARD::onnx::TensorProto * release_t ()
 
PROTOBUF_NODISCARD::onnx::TypeProto * release_tp ()
 
const std::string & s () const
 
void set_allocated_doc_string (std::string *doc_string)
 
void set_allocated_g (::onnx::GraphProto *g)
 
void set_allocated_name (std::string *name)
 
void set_allocated_ref_attr_name (std::string *ref_attr_name)
 
void set_allocated_s (std::string *s)
 
void set_allocated_sparse_tensor (::onnx::SparseTensorProto *sparse_tensor)
 
void set_allocated_t (::onnx::TensorProto *t)
 
void set_allocated_tp (::onnx::TypeProto *tp)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_doc_string (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_doc_string (ArgT0 &&arg0, ArgT... args)
 
void set_f (float value)
 
void set_floats (int index, float value)
 
void set_i (int64_t value)
 
void set_ints (int index, int64_t value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_name (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_name (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_ref_attr_name (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_ref_attr_name (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_s (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_s (ArgT0 &&arg0, ArgT... args)
 
void set_strings (int index, const char *value)
 
void set_strings (int index, const std::string &value)
 
void set_strings (int index, const void *value, size_t size)
 
void set_strings (int index, std::string &&value)
 
void set_type (::onnx::AttributeProto_AttributeType value)
 
const ::onnx::SparseTensorProtosparse_tensor () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::SparseTensorProto > & sparse_tensors () const
 
const ::onnx::SparseTensorProtosparse_tensors (int index) const
 
int sparse_tensors_size () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & strings () const
 
const std::string & strings (int index) const
 
int strings_size () const
 
void Swap (AttributeProto *other)
 
const ::onnx::TensorProtot () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TensorProto > & tensors () const
 
const ::onnx::TensorPrototensors (int index) const
 
int tensors_size () const
 
const ::onnx::TypePrototp () const
 
::onnx::AttributeProto_AttributeType type () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TypeProto > & type_protos () const
 
const ::onnx::TypePrototype_protos (int index) const
 
int type_protos_size () const
 
::onnx::GraphProtounsafe_arena_release_g ()
 
::onnx::SparseTensorProtounsafe_arena_release_sparse_tensor ()
 
::onnx::TensorProtounsafe_arena_release_t ()
 
::onnx::TypeProtounsafe_arena_release_tp ()
 
void unsafe_arena_set_allocated_g (::onnx::GraphProto *g)
 
void unsafe_arena_set_allocated_sparse_tensor (::onnx::SparseTensorProto *sparse_tensor)
 
void unsafe_arena_set_allocated_t (::onnx::TensorProto *t)
 
void unsafe_arena_set_allocated_tp (::onnx::TypeProto *tp)
 
void UnsafeArenaSwap (AttributeProto *other)
 

Static Public Member Functions

static bool AttributeType_IsValid (int value)
 
template<typename T >
static const std::string & AttributeType_Name (T enum_t_value)
 
static bool AttributeType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, AttributeType *value)
 
static const AttributeProtodefault_instance ()
 
static const AttributeProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int AttributeType_ARRAYSIZE
 
static constexpr AttributeType AttributeType_MAX
 
static constexpr AttributeType AttributeType_MIN
 
static constexpr AttributeType FLOAT
 
static constexpr AttributeType FLOATS
 
static constexpr AttributeType GRAPH
 
static constexpr AttributeType GRAPHS
 
static constexpr AttributeType INT
 
static constexpr AttributeType INTS
 
static constexpr int kIndexInFileMessages
 
static constexpr AttributeType SPARSE_TENSOR
 
static constexpr AttributeType SPARSE_TENSORS
 
static constexpr AttributeType STRING
 
static constexpr AttributeType STRINGS
 
static constexpr AttributeType TENSOR
 
static constexpr AttributeType TENSORS
 
static constexpr AttributeType TYPE_PROTO
 
static constexpr AttributeType TYPE_PROTOS
 
static constexpr AttributeType UNDEFINED
 

Protected Member Functions

 AttributeProto (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

void _internal_add_floats (float value)
 
::onnx::GraphProto_internal_add_graphs ()
 
void _internal_add_ints (int64_t value)
 
::onnx::SparseTensorProto_internal_add_sparse_tensors ()
 
std::string * _internal_add_strings ()
 
::onnx::TensorProto_internal_add_tensors ()
 
::onnx::TypeProto_internal_add_type_protos ()
 
const std::string & _internal_doc_string () const
 
float _internal_f () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & _internal_floats () const
 
float _internal_floats (int index) const
 
int _internal_floats_size () const
 
const ::onnx::GraphProto_internal_g () const
 
const ::onnx::GraphProto_internal_graphs (int index) const
 
int _internal_graphs_size () const
 
bool _internal_has_g () const
 
bool _internal_has_sparse_tensor () const
 
bool _internal_has_t () const
 
bool _internal_has_tp () const
 
int64_t _internal_i () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & _internal_ints () const
 
int64_t _internal_ints (int index) const
 
int _internal_ints_size () const
 
std::string * _internal_mutable_doc_string ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< float > * _internal_mutable_floats ()
 
::onnx::GraphProto_internal_mutable_g ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * _internal_mutable_ints ()
 
std::string * _internal_mutable_name ()
 
std::string * _internal_mutable_ref_attr_name ()
 
std::string * _internal_mutable_s ()
 
::onnx::SparseTensorProto_internal_mutable_sparse_tensor ()
 
::onnx::TensorProto_internal_mutable_t ()
 
::onnx::TypeProto_internal_mutable_tp ()
 
const std::string & _internal_name () const
 
const std::string & _internal_ref_attr_name () const
 
const std::string & _internal_s () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_doc_string (const std::string &value)
 
void _internal_set_f (float value)
 
void _internal_set_i (int64_t value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_name (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_ref_attr_name (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_s (const std::string &value)
 
void _internal_set_type (::onnx::AttributeProto_AttributeType value)
 
const ::onnx::SparseTensorProto_internal_sparse_tensor () const
 
const ::onnx::SparseTensorProto_internal_sparse_tensors (int index) const
 
int _internal_sparse_tensors_size () const
 
const std::string & _internal_strings (int index) const
 
int _internal_strings_size () const
 
const ::onnx::TensorProto_internal_t () const
 
const ::onnx::TensorProto_internal_tensors (int index) const
 
int _internal_tensors_size () const
 
const ::onnx::TypeProto_internal_tp () const
 
::onnx::AttributeProto_AttributeType _internal_type () const
 
const ::onnx::TypeProto_internal_type_protos (int index) const
 
int _internal_type_protos_size () const
 
void InternalSwap (AttributeProto *other)
 
void SetCachedSize (int size) const
 
void SharedCtor (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned)
 
void SharedDtor ()
 

Static Private Member Functions

::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_onnx_2eproto3
 
void swap (AttributeProto &a, AttributeProto &b)
 

Member Typedef Documentation

◆ AttributeType

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFloatsFieldNumber 
kIntsFieldNumber 
kStringsFieldNumber 
kTensorsFieldNumber 
kGraphsFieldNumber 
kTypeProtosFieldNumber 
kSparseTensorsFieldNumber 
kNameFieldNumber 
kSFieldNumber 
kDocStringFieldNumber 
kRefAttrNameFieldNumber 
kTFieldNumber 
kGFieldNumber 
kTpFieldNumber 
kSparseTensorFieldNumber 
kIFieldNumber 
kFFieldNumber 
kTypeFieldNumber 

Constructor & Destructor Documentation

◆ AttributeProto() [1/5]

onnx::AttributeProto::AttributeProto ( )
inline

◆ ~AttributeProto()

onnx::AttributeProto::~AttributeProto ( )
override
Here is the call graph for this function:

◆ AttributeProto() [2/5]

PROTOBUF_CONSTEXPR onnx::AttributeProto::AttributeProto ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ AttributeProto() [3/5]

onnx::AttributeProto::AttributeProto ( const AttributeProto from)
Here is the call graph for this function:

◆ AttributeProto() [4/5]

onnx::AttributeProto::AttributeProto ( AttributeProto &&  from)
inlinenoexcept

◆ AttributeProto() [5/5]

onnx::AttributeProto::AttributeProto ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected
Here is the call graph for this function:

Member Function Documentation

◆ _internal_add_floats()

void onnx::AttributeProto::_internal_add_floats ( float  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_graphs()

onnx::GraphProto * onnx::AttributeProto::_internal_add_graphs ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_ints()

void onnx::AttributeProto::_internal_add_ints ( int64_t  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_sparse_tensors()

onnx::SparseTensorProto * onnx::AttributeProto::_internal_add_sparse_tensors ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_strings()

std::string * onnx::AttributeProto::_internal_add_strings ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_tensors()

onnx::TensorProto * onnx::AttributeProto::_internal_add_tensors ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_type_protos()

onnx::TypeProto * onnx::AttributeProto::_internal_add_type_protos ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_doc_string()

const std::string & onnx::AttributeProto::_internal_doc_string ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_f()

float onnx::AttributeProto::_internal_f ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_floats() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & onnx::AttributeProto::_internal_floats ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_floats() [2/2]

float onnx::AttributeProto::_internal_floats ( int  index) const
inlineprivate

◆ _internal_floats_size()

int onnx::AttributeProto::_internal_floats_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_g()

const ::onnx::GraphProto & onnx::AttributeProto::_internal_g ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_graphs()

const ::onnx::GraphProto & onnx::AttributeProto::_internal_graphs ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_graphs_size()

int onnx::AttributeProto::_internal_graphs_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_has_g()

bool onnx::AttributeProto::_internal_has_g ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_has_sparse_tensor()

bool onnx::AttributeProto::_internal_has_sparse_tensor ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_has_t()

bool onnx::AttributeProto::_internal_has_t ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_has_tp()

bool onnx::AttributeProto::_internal_has_tp ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_i()

int64_t onnx::AttributeProto::_internal_i ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_ints() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & onnx::AttributeProto::_internal_ints ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_ints() [2/2]

int64_t onnx::AttributeProto::_internal_ints ( int  index) const
inlineprivate

◆ _internal_ints_size()

int onnx::AttributeProto::_internal_ints_size ( ) const
inlineprivate

◆ _internal_mutable_doc_string()

std::string * onnx::AttributeProto::_internal_mutable_doc_string ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_floats()

PROTOBUF_NAMESPACE_ID::RepeatedField< float > * onnx::AttributeProto::_internal_mutable_floats ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_g()

onnx::GraphProto * onnx::AttributeProto::_internal_mutable_g ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _internal_mutable_ints()

PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * onnx::AttributeProto::_internal_mutable_ints ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_name()

std::string * onnx::AttributeProto::_internal_mutable_name ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_ref_attr_name()

std::string * onnx::AttributeProto::_internal_mutable_ref_attr_name ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_s()

std::string * onnx::AttributeProto::_internal_mutable_s ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_sparse_tensor()

onnx::SparseTensorProto * onnx::AttributeProto::_internal_mutable_sparse_tensor ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _internal_mutable_t()

onnx::TensorProto * onnx::AttributeProto::_internal_mutable_t ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _internal_mutable_tp()

onnx::TypeProto * onnx::AttributeProto::_internal_mutable_tp ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _internal_name()

const std::string & onnx::AttributeProto::_internal_name ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_ref_attr_name()

const std::string & onnx::AttributeProto::_internal_ref_attr_name ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_s()

const std::string & onnx::AttributeProto::_internal_s ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_doc_string()

void onnx::AttributeProto::_internal_set_doc_string ( const std::string &  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_f()

void onnx::AttributeProto::_internal_set_f ( float  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_i()

void onnx::AttributeProto::_internal_set_i ( int64_t  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_name()

void onnx::AttributeProto::_internal_set_name ( const std::string &  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_ref_attr_name()

void onnx::AttributeProto::_internal_set_ref_attr_name ( const std::string &  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_s()

void onnx::AttributeProto::_internal_set_s ( const std::string &  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_type()

void onnx::AttributeProto::_internal_set_type ( ::onnx::AttributeProto_AttributeType  value)
inlineprivate
Here is the caller graph for this function:

◆ _internal_sparse_tensor()

const ::onnx::SparseTensorProto & onnx::AttributeProto::_internal_sparse_tensor ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_sparse_tensors()

const ::onnx::SparseTensorProto & onnx::AttributeProto::_internal_sparse_tensors ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_sparse_tensors_size()

int onnx::AttributeProto::_internal_sparse_tensors_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_strings()

const std::string & onnx::AttributeProto::_internal_strings ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_strings_size()

int onnx::AttributeProto::_internal_strings_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_t()

const ::onnx::TensorProto & onnx::AttributeProto::_internal_t ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_tensors()

const ::onnx::TensorProto & onnx::AttributeProto::_internal_tensors ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_tensors_size()

int onnx::AttributeProto::_internal_tensors_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_tp()

const ::onnx::TypeProto & onnx::AttributeProto::_internal_tp ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_type()

onnx::AttributeProto_AttributeType onnx::AttributeProto::_internal_type ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_type_protos()

const ::onnx::TypeProto & onnx::AttributeProto::_internal_type_protos ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_type_protos_size()

int onnx::AttributeProto::_internal_type_protos_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _InternalParse()

const char * onnx::AttributeProto::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
Here is the call graph for this function:

◆ _InternalSerialize()

uint8_t * onnx::AttributeProto::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_floats()

void onnx::AttributeProto::add_floats ( float  value)
inline

◆ add_graphs()

onnx::GraphProto * onnx::AttributeProto::add_graphs ( )
inline

◆ add_ints()

void onnx::AttributeProto::add_ints ( int64_t  value)
inline

◆ add_sparse_tensors()

onnx::SparseTensorProto * onnx::AttributeProto::add_sparse_tensors ( )
inline

◆ add_strings() [1/5]

std::string * onnx::AttributeProto::add_strings ( )
inline

◆ add_strings() [2/5]

void onnx::AttributeProto::add_strings ( const char *  value)
inline

◆ add_strings() [3/5]

void onnx::AttributeProto::add_strings ( const std::string &  value)
inline

◆ add_strings() [4/5]

void onnx::AttributeProto::add_strings ( const void *  value,
size_t  size 
)
inline

◆ add_strings() [5/5]

void onnx::AttributeProto::add_strings ( std::string &&  value)
inline

◆ add_tensors()

onnx::TensorProto * onnx::AttributeProto::add_tensors ( )
inline

◆ add_type_protos()

onnx::TypeProto * onnx::AttributeProto::add_type_protos ( )
inline

◆ AttributeType_IsValid()

static bool onnx::AttributeProto::AttributeType_IsValid ( int  value)
inlinestatic
Here is the call graph for this function:

◆ AttributeType_Name()

template<typename T >
static const std::string & onnx::AttributeProto::AttributeType_Name ( enum_t_value)
inlinestatic
Here is the call graph for this function:

◆ AttributeType_Parse()

static bool onnx::AttributeProto::AttributeType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
AttributeType value 
)
inlinestatic
Here is the call graph for this function:

◆ ByteSizeLong()

size_t onnx::AttributeProto::ByteSizeLong ( ) const
final
Here is the call graph for this function:

◆ CheckTypeAndMergeFrom()

void onnx::AttributeProto::CheckTypeAndMergeFrom ( const ::PROTOBUF_NAMESPACE_ID::MessageLite &  from)
final
Here is the call graph for this function:

◆ Clear()

void onnx::AttributeProto::Clear ( )
final
Here is the caller graph for this function:

◆ clear_doc_string()

void onnx::AttributeProto::clear_doc_string ( )
inline

◆ clear_f()

void onnx::AttributeProto::clear_f ( )
inline

◆ clear_floats()

void onnx::AttributeProto::clear_floats ( )
inline

◆ clear_g()

void onnx::AttributeProto::clear_g ( )
inline

◆ clear_graphs()

void onnx::AttributeProto::clear_graphs ( )
inline

◆ clear_i()

void onnx::AttributeProto::clear_i ( )
inline

◆ clear_ints()

void onnx::AttributeProto::clear_ints ( )
inline

◆ clear_name()

void onnx::AttributeProto::clear_name ( )
inline

◆ clear_ref_attr_name()

void onnx::AttributeProto::clear_ref_attr_name ( )
inline

◆ clear_s()

void onnx::AttributeProto::clear_s ( )
inline

◆ clear_sparse_tensor()

void onnx::AttributeProto::clear_sparse_tensor ( )
inline

◆ clear_sparse_tensors()

void onnx::AttributeProto::clear_sparse_tensors ( )
inline

◆ clear_strings()

void onnx::AttributeProto::clear_strings ( )
inline

◆ clear_t()

void onnx::AttributeProto::clear_t ( )
inline

◆ clear_tensors()

void onnx::AttributeProto::clear_tensors ( )
inline

◆ clear_tp()

void onnx::AttributeProto::clear_tp ( )
inline

◆ clear_type()

void onnx::AttributeProto::clear_type ( )
inline

◆ clear_type_protos()

void onnx::AttributeProto::clear_type_protos ( )
inline

◆ CopyFrom()

void onnx::AttributeProto::CopyFrom ( const AttributeProto from)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ default_instance()

static const AttributeProto & onnx::AttributeProto::default_instance ( )
inlinestatic
Here is the call graph for this function:

◆ doc_string()

const std::string & onnx::AttributeProto::doc_string ( ) const
inline

◆ f()

float onnx::AttributeProto::f ( ) const
inline

◆ floats() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & onnx::AttributeProto::floats ( ) const
inline

◆ floats() [2/2]

float onnx::AttributeProto::floats ( int  index) const
inline

◆ floats_size()

int onnx::AttributeProto::floats_size ( ) const
inline

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece onnx::AttributeProto::FullMessageName ( )
inlinestaticprivate

◆ g()

const ::onnx::GraphProto & onnx::AttributeProto::g ( ) const
inline

◆ GetCachedSize()

int onnx::AttributeProto::GetCachedSize ( ) const
inlinefinal
Here is the caller graph for this function:

◆ GetTypeName()

std::string onnx::AttributeProto::GetTypeName ( ) const
final

◆ graphs() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::GraphProto > & onnx::AttributeProto::graphs ( ) const
inline

◆ graphs() [2/2]

const ::onnx::GraphProto & onnx::AttributeProto::graphs ( int  index) const
inline

◆ graphs_size()

int onnx::AttributeProto::graphs_size ( ) const
inline

◆ has_g()

bool onnx::AttributeProto::has_g ( ) const
inline

◆ has_sparse_tensor()

bool onnx::AttributeProto::has_sparse_tensor ( ) const
inline

◆ has_t()

bool onnx::AttributeProto::has_t ( ) const
inline

◆ has_tp()

bool onnx::AttributeProto::has_tp ( ) const
inline

◆ i()

int64_t onnx::AttributeProto::i ( ) const
inline
Here is the caller graph for this function:

◆ internal_default_instance()

static const AttributeProto * onnx::AttributeProto::internal_default_instance ( )
inlinestatic
Here is the caller graph for this function:

◆ InternalSwap()

void onnx::AttributeProto::InternalSwap ( AttributeProto other)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ints() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & onnx::AttributeProto::ints ( ) const
inline

◆ ints() [2/2]

int64_t onnx::AttributeProto::ints ( int  index) const
inline

◆ ints_size()

int onnx::AttributeProto::ints_size ( ) const
inline

◆ IsInitialized()

bool onnx::AttributeProto::IsInitialized ( ) const
final

◆ MergeFrom()

void onnx::AttributeProto::MergeFrom ( const AttributeProto from)
Here is the caller graph for this function:

◆ mutable_doc_string()

std::string * onnx::AttributeProto::mutable_doc_string ( )
inline

◆ mutable_floats()

PROTOBUF_NAMESPACE_ID::RepeatedField< float > * onnx::AttributeProto::mutable_floats ( )
inline

◆ mutable_g()

onnx::GraphProto * onnx::AttributeProto::mutable_g ( )
inline

◆ mutable_graphs() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::GraphProto > * onnx::AttributeProto::mutable_graphs ( )
inline

◆ mutable_graphs() [2/2]

onnx::GraphProto * onnx::AttributeProto::mutable_graphs ( int  index)
inline

◆ mutable_ints()

PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * onnx::AttributeProto::mutable_ints ( )
inline

◆ mutable_name()

std::string * onnx::AttributeProto::mutable_name ( )
inline

◆ mutable_ref_attr_name()

std::string * onnx::AttributeProto::mutable_ref_attr_name ( )
inline

◆ mutable_s()

std::string * onnx::AttributeProto::mutable_s ( )
inline

◆ mutable_sparse_tensor()

onnx::SparseTensorProto * onnx::AttributeProto::mutable_sparse_tensor ( )
inline

◆ mutable_sparse_tensors() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::SparseTensorProto > * onnx::AttributeProto::mutable_sparse_tensors ( )
inline

◆ mutable_sparse_tensors() [2/2]

onnx::SparseTensorProto * onnx::AttributeProto::mutable_sparse_tensors ( int  index)
inline

◆ mutable_strings() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * onnx::AttributeProto::mutable_strings ( )
inline

◆ mutable_strings() [2/2]

std::string * onnx::AttributeProto::mutable_strings ( int  index)
inline

◆ mutable_t()

onnx::TensorProto * onnx::AttributeProto::mutable_t ( )
inline

◆ mutable_tensors() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::TensorProto > * onnx::AttributeProto::mutable_tensors ( )
inline

◆ mutable_tensors() [2/2]

onnx::TensorProto * onnx::AttributeProto::mutable_tensors ( int  index)
inline

◆ mutable_tp()

onnx::TypeProto * onnx::AttributeProto::mutable_tp ( )
inline

◆ mutable_type_protos() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::TypeProto > * onnx::AttributeProto::mutable_type_protos ( )
inline

◆ mutable_type_protos() [2/2]

onnx::TypeProto * onnx::AttributeProto::mutable_type_protos ( int  index)
inline

◆ name()

const std::string & onnx::AttributeProto::name ( ) const
inline
Here is the caller graph for this function:

◆ New()

AttributeProto * onnx::AttributeProto::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

AttributeProto & onnx::AttributeProto::operator= ( AttributeProto &&  from)
inlinenoexcept
Here is the call graph for this function:

◆ operator=() [2/2]

AttributeProto & onnx::AttributeProto::operator= ( const AttributeProto from)
inline
Here is the call graph for this function:

◆ ref_attr_name()

const std::string & onnx::AttributeProto::ref_attr_name ( ) const
inline

◆ release_doc_string()

std::string * onnx::AttributeProto::release_doc_string ( )
inline

◆ release_g()

onnx::GraphProto * onnx::AttributeProto::release_g ( )
inline

◆ release_name()

std::string * onnx::AttributeProto::release_name ( )
inline

◆ release_ref_attr_name()

std::string * onnx::AttributeProto::release_ref_attr_name ( )
inline

◆ release_s()

std::string * onnx::AttributeProto::release_s ( )
inline

◆ release_sparse_tensor()

onnx::SparseTensorProto * onnx::AttributeProto::release_sparse_tensor ( )
inline

◆ release_t()

onnx::TensorProto * onnx::AttributeProto::release_t ( )
inline

◆ release_tp()

onnx::TypeProto * onnx::AttributeProto::release_tp ( )
inline

◆ s()

const std::string & onnx::AttributeProto::s ( ) const
inline
Here is the caller graph for this function:

◆ set_allocated_doc_string()

void onnx::AttributeProto::set_allocated_doc_string ( std::string *  doc_string)
inline

◆ set_allocated_g()

void onnx::AttributeProto::set_allocated_g ( ::onnx::GraphProto g)
inline

◆ set_allocated_name()

void onnx::AttributeProto::set_allocated_name ( std::string *  name)
inline

◆ set_allocated_ref_attr_name()

void onnx::AttributeProto::set_allocated_ref_attr_name ( std::string *  ref_attr_name)
inline

◆ set_allocated_s()

void onnx::AttributeProto::set_allocated_s ( std::string *  s)
inline

◆ set_allocated_sparse_tensor()

void onnx::AttributeProto::set_allocated_sparse_tensor ( ::onnx::SparseTensorProto sparse_tensor)
inline

◆ set_allocated_t()

void onnx::AttributeProto::set_allocated_t ( ::onnx::TensorProto t)
inline

◆ set_allocated_tp()

void onnx::AttributeProto::set_allocated_tp ( ::onnx::TypeProto tp)
inline

◆ set_doc_string() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::AttributeProto::set_doc_string ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_doc_string() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void onnx::AttributeProto::set_doc_string ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_f()

void onnx::AttributeProto::set_f ( float  value)
inline

◆ set_floats()

void onnx::AttributeProto::set_floats ( int  index,
float  value 
)
inline

◆ set_i()

void onnx::AttributeProto::set_i ( int64_t  value)
inline

◆ set_ints()

void onnx::AttributeProto::set_ints ( int  index,
int64_t  value 
)
inline

◆ set_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::AttributeProto::set_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void onnx::AttributeProto::set_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_ref_attr_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::AttributeProto::set_ref_attr_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_ref_attr_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void onnx::AttributeProto::set_ref_attr_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_s() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::AttributeProto::set_s ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_s() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void onnx::AttributeProto::set_s ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_strings() [1/4]

void onnx::AttributeProto::set_strings ( int  index,
const char *  value 
)
inline

◆ set_strings() [2/4]

void onnx::AttributeProto::set_strings ( int  index,
const std::string &  value 
)
inline

◆ set_strings() [3/4]

void onnx::AttributeProto::set_strings ( int  index,
const void *  value,
size_t  size 
)
inline

◆ set_strings() [4/4]

void onnx::AttributeProto::set_strings ( int  index,
std::string &&  value 
)
inline

◆ set_type()

void onnx::AttributeProto::set_type ( ::onnx::AttributeProto_AttributeType  value)
inline

◆ SetCachedSize()

void onnx::AttributeProto::SetCachedSize ( int  size) const
private
Here is the caller graph for this function:

◆ SharedCtor()

void onnx::AttributeProto::SharedCtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned 
)
inlineprivate
Here is the caller graph for this function:

◆ SharedDtor()

void onnx::AttributeProto::SharedDtor ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sparse_tensor()

const ::onnx::SparseTensorProto & onnx::AttributeProto::sparse_tensor ( ) const
inline

◆ sparse_tensors() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::SparseTensorProto > & onnx::AttributeProto::sparse_tensors ( ) const
inline

◆ sparse_tensors() [2/2]

const ::onnx::SparseTensorProto & onnx::AttributeProto::sparse_tensors ( int  index) const
inline

◆ sparse_tensors_size()

int onnx::AttributeProto::sparse_tensors_size ( ) const
inline

◆ strings() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & onnx::AttributeProto::strings ( ) const
inline

◆ strings() [2/2]

const std::string & onnx::AttributeProto::strings ( int  index) const
inline

◆ strings_size()

int onnx::AttributeProto::strings_size ( ) const
inline

◆ Swap()

void onnx::AttributeProto::Swap ( AttributeProto other)
inline
Here is the call graph for this function:

◆ t()

const ::onnx::TensorProto & onnx::AttributeProto::t ( ) const
inline

◆ tensors() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::TensorProto > & onnx::AttributeProto::tensors ( ) const
inline

◆ tensors() [2/2]

const ::onnx::TensorProto & onnx::AttributeProto::tensors ( int  index) const
inline

◆ tensors_size()

int onnx::AttributeProto::tensors_size ( ) const
inline

◆ tp()

const ::onnx::TypeProto & onnx::AttributeProto::tp ( ) const
inline

◆ type()

onnx::AttributeProto_AttributeType onnx::AttributeProto::type ( ) const
inline

◆ type_protos() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::TypeProto > & onnx::AttributeProto::type_protos ( ) const
inline

◆ type_protos() [2/2]

const ::onnx::TypeProto & onnx::AttributeProto::type_protos ( int  index) const
inline

◆ type_protos_size()

int onnx::AttributeProto::type_protos_size ( ) const
inline

◆ unsafe_arena_release_g()

onnx::GraphProto * onnx::AttributeProto::unsafe_arena_release_g ( )
inline

◆ unsafe_arena_release_sparse_tensor()

onnx::SparseTensorProto * onnx::AttributeProto::unsafe_arena_release_sparse_tensor ( )
inline

◆ unsafe_arena_release_t()

onnx::TensorProto * onnx::AttributeProto::unsafe_arena_release_t ( )
inline

◆ unsafe_arena_release_tp()

onnx::TypeProto * onnx::AttributeProto::unsafe_arena_release_tp ( )
inline

◆ unsafe_arena_set_allocated_g()

void onnx::AttributeProto::unsafe_arena_set_allocated_g ( ::onnx::GraphProto g)
inline

◆ unsafe_arena_set_allocated_sparse_tensor()

void onnx::AttributeProto::unsafe_arena_set_allocated_sparse_tensor ( ::onnx::SparseTensorProto sparse_tensor)
inline

◆ unsafe_arena_set_allocated_t()

void onnx::AttributeProto::unsafe_arena_set_allocated_t ( ::onnx::TensorProto t)
inline

◆ unsafe_arena_set_allocated_tp()

void onnx::AttributeProto::unsafe_arena_set_allocated_tp ( ::onnx::TypeProto tp)
inline

◆ UnsafeArenaSwap()

void onnx::AttributeProto::UnsafeArenaSwap ( AttributeProto other)
inline
Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

◆ ::TableStruct_onnx_2eproto3

friend struct ::TableStruct_onnx_2eproto3
friend

◆ swap

void swap ( AttributeProto a,
AttributeProto b 
)
friend

Member Data Documentation

◆ [union]

union { ... } onnx::AttributeProto

◆ _impl_

Impl_ onnx::AttributeProto::_impl_

◆ AttributeType_ARRAYSIZE

constexpr int onnx::AttributeProto::AttributeType_ARRAYSIZE
staticconstexpr
Initial value:
=
constexpr int AttributeProto_AttributeType_AttributeType_ARRAYSIZE
Definition onnx.proto3.pb.h:181

◆ AttributeType_MAX

constexpr AttributeProto_AttributeType onnx::AttributeProto::AttributeType_MAX
staticconstexpr
Initial value:
=
constexpr AttributeProto_AttributeType AttributeProto_AttributeType_AttributeType_MAX
Definition onnx.proto3.pb.h:180

◆ AttributeType_MIN

constexpr AttributeProto_AttributeType onnx::AttributeProto::AttributeType_MIN
staticconstexpr
Initial value:
=
constexpr AttributeProto_AttributeType AttributeProto_AttributeType_AttributeType_MIN
Definition onnx.proto3.pb.h:179

◆ FLOAT

constexpr AttributeProto_AttributeType onnx::AttributeProto::FLOAT
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_FLOAT
Definition onnx.proto3.pb.h:161

◆ FLOATS

constexpr AttributeProto_AttributeType onnx::AttributeProto::FLOATS
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_FLOATS
Definition onnx.proto3.pb.h:168

◆ GRAPH

constexpr AttributeProto_AttributeType onnx::AttributeProto::GRAPH
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_GRAPH
Definition onnx.proto3.pb.h:165

◆ GRAPHS

constexpr AttributeProto_AttributeType onnx::AttributeProto::GRAPHS
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_GRAPHS
Definition onnx.proto3.pb.h:172

◆ INT

constexpr AttributeProto_AttributeType onnx::AttributeProto::INT
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_INT
Definition onnx.proto3.pb.h:162

◆ INTS

constexpr AttributeProto_AttributeType onnx::AttributeProto::INTS
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_INTS
Definition onnx.proto3.pb.h:169

◆ kIndexInFileMessages

constexpr int onnx::AttributeProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

◆ SPARSE_TENSOR

constexpr AttributeProto_AttributeType onnx::AttributeProto::SPARSE_TENSOR
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_SPARSE_TENSOR
Definition onnx.proto3.pb.h:166

◆ SPARSE_TENSORS

constexpr AttributeProto_AttributeType onnx::AttributeProto::SPARSE_TENSORS
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_SPARSE_TENSORS
Definition onnx.proto3.pb.h:173

◆ STRING

constexpr AttributeProto_AttributeType onnx::AttributeProto::STRING
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_STRING
Definition onnx.proto3.pb.h:163

◆ STRINGS

constexpr AttributeProto_AttributeType onnx::AttributeProto::STRINGS
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_STRINGS
Definition onnx.proto3.pb.h:170

◆ TENSOR

constexpr AttributeProto_AttributeType onnx::AttributeProto::TENSOR
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_TENSOR
Definition onnx.proto3.pb.h:164

◆ TENSORS

constexpr AttributeProto_AttributeType onnx::AttributeProto::TENSORS
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_TENSORS
Definition onnx.proto3.pb.h:171

◆ TYPE_PROTO

constexpr AttributeProto_AttributeType onnx::AttributeProto::TYPE_PROTO
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_TYPE_PROTO
Definition onnx.proto3.pb.h:167

◆ TYPE_PROTOS

constexpr AttributeProto_AttributeType onnx::AttributeProto::TYPE_PROTOS
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_TYPE_PROTOS
Definition onnx.proto3.pb.h:174

◆ UNDEFINED

constexpr AttributeProto_AttributeType onnx::AttributeProto::UNDEFINED
staticconstexpr
Initial value:
=
@ AttributeProto_AttributeType_UNDEFINED
Definition onnx.proto3.pb.h:160

The documentation for this class was generated from the following files: