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

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::ValueInfoProto:
Collaboration diagram for onnx::ValueInfoProto:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kMetadataPropsFieldNumber = 4 ,
  kNameFieldNumber = 1 ,
  kDocStringFieldNumber = 3 ,
  kTypeFieldNumber = 2
}
 

Public Member Functions

 ValueInfoProto ()
 
PROTOBUF_CONSTEXPR ValueInfoProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ValueInfoProto (const ValueInfoProto &from)
 
 ValueInfoProto (ValueInfoProto &&from) noexcept
 
 ~ValueInfoProto () 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
 
::onnx::StringStringEntryProtoadd_metadata_props ()
 
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_metadata_props ()
 
void clear_name ()
 
void clear_type ()
 
void CopyFrom (const ValueInfoProto &from)
 
const std::string & doc_string () const
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool has_type () const
 
bool IsInitialized () const final
 
void MergeFrom (const ValueInfoProto &from)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::StringStringEntryProto > & metadata_props () const
 
const ::onnx::StringStringEntryProtometadata_props (int index) const
 
int metadata_props_size () const
 
std::string * mutable_doc_string ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::StringStringEntryProto > * mutable_metadata_props ()
 
::onnx::StringStringEntryProtomutable_metadata_props (int index)
 
std::string * mutable_name ()
 
::onnx::TypeProtomutable_type ()
 
const std::string & name () const
 
ValueInfoProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
ValueInfoProtooperator= (const ValueInfoProto &from)
 
ValueInfoProtooperator= (ValueInfoProto &&from) noexcept
 
PROTOBUF_NODISCARD std::string * release_doc_string ()
 
PROTOBUF_NODISCARD std::string * release_name ()
 
PROTOBUF_NODISCARD::onnx::TypeProto * release_type ()
 
void set_allocated_doc_string (std::string *doc_string)
 
void set_allocated_name (std::string *name)
 
void set_allocated_type (::onnx::TypeProto *type)
 
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)
 
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)
 
void Swap (ValueInfoProto *other)
 
const ::onnx::TypePrototype () const
 
::onnx::TypeProtounsafe_arena_release_type ()
 
void unsafe_arena_set_allocated_type (::onnx::TypeProto *type)
 
void UnsafeArenaSwap (ValueInfoProto *other)
 

Static Public Member Functions

static const ValueInfoProtodefault_instance ()
 
static const ValueInfoProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

::onnx::StringStringEntryProto_internal_add_metadata_props ()
 
const std::string & _internal_doc_string () const
 
bool _internal_has_type () const
 
const ::onnx::StringStringEntryProto_internal_metadata_props (int index) const
 
int _internal_metadata_props_size () const
 
std::string * _internal_mutable_doc_string ()
 
std::string * _internal_mutable_name ()
 
::onnx::TypeProto_internal_mutable_type ()
 
const std::string & _internal_name () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_doc_string (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_name (const std::string &value)
 
const ::onnx::TypeProto_internal_type () const
 
void InternalSwap (ValueInfoProto *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 (ValueInfoProto &a, ValueInfoProto &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMetadataPropsFieldNumber 
kNameFieldNumber 
kDocStringFieldNumber 
kTypeFieldNumber 

Constructor & Destructor Documentation

◆ ValueInfoProto() [1/5]

onnx::ValueInfoProto::ValueInfoProto ( )
inline

◆ ~ValueInfoProto()

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

◆ ValueInfoProto() [2/5]

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

◆ ValueInfoProto() [3/5]

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

◆ ValueInfoProto() [4/5]

onnx::ValueInfoProto::ValueInfoProto ( ValueInfoProto &&  from)
inlinenoexcept

◆ ValueInfoProto() [5/5]

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

Member Function Documentation

◆ _internal_add_metadata_props()

onnx::StringStringEntryProto * onnx::ValueInfoProto::_internal_add_metadata_props ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_doc_string()

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

◆ _internal_has_type()

bool onnx::ValueInfoProto::_internal_has_type ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_metadata_props()

const ::onnx::StringStringEntryProto & onnx::ValueInfoProto::_internal_metadata_props ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_metadata_props_size()

int onnx::ValueInfoProto::_internal_metadata_props_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_doc_string()

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

◆ _internal_mutable_name()

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

◆ _internal_mutable_type()

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

◆ _internal_name()

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

◆ _internal_set_doc_string()

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

◆ _internal_set_name()

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

◆ _internal_type()

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

◆ _InternalParse()

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

◆ _InternalSerialize()

uint8_t * onnx::ValueInfoProto::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
Here is the call graph for this function:

◆ add_metadata_props()

onnx::StringStringEntryProto * onnx::ValueInfoProto::add_metadata_props ( )
inline

◆ ByteSizeLong()

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

◆ CheckTypeAndMergeFrom()

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

◆ Clear()

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

◆ clear_doc_string()

void onnx::ValueInfoProto::clear_doc_string ( )
inline

◆ clear_metadata_props()

void onnx::ValueInfoProto::clear_metadata_props ( )
inline

◆ clear_name()

void onnx::ValueInfoProto::clear_name ( )
inline

◆ clear_type()

void onnx::ValueInfoProto::clear_type ( )
inline

◆ CopyFrom()

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

◆ default_instance()

static const ValueInfoProto & onnx::ValueInfoProto::default_instance ( )
inlinestatic

◆ doc_string()

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

◆ FullMessageName()

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

◆ GetCachedSize()

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

◆ GetTypeName()

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

◆ has_type()

bool onnx::ValueInfoProto::has_type ( ) const
inline

◆ internal_default_instance()

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

◆ InternalSwap()

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

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ metadata_props() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::StringStringEntryProto > & onnx::ValueInfoProto::metadata_props ( ) const
inline

◆ metadata_props() [2/2]

const ::onnx::StringStringEntryProto & onnx::ValueInfoProto::metadata_props ( int  index) const
inline

◆ metadata_props_size()

int onnx::ValueInfoProto::metadata_props_size ( ) const
inline

◆ mutable_doc_string()

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

◆ mutable_metadata_props() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::StringStringEntryProto > * onnx::ValueInfoProto::mutable_metadata_props ( )
inline

◆ mutable_metadata_props() [2/2]

onnx::StringStringEntryProto * onnx::ValueInfoProto::mutable_metadata_props ( int  index)
inline

◆ mutable_name()

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

◆ mutable_type()

onnx::TypeProto * onnx::ValueInfoProto::mutable_type ( )
inline

◆ name()

const std::string & onnx::ValueInfoProto::name ( ) const
inline

◆ New()

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

◆ operator=() [1/2]

ValueInfoProto & onnx::ValueInfoProto::operator= ( const ValueInfoProto from)
inline

◆ operator=() [2/2]

ValueInfoProto & onnx::ValueInfoProto::operator= ( ValueInfoProto &&  from)
inlinenoexcept

◆ release_doc_string()

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

◆ release_name()

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

◆ release_type()

onnx::TypeProto * onnx::ValueInfoProto::release_type ( )
inline

◆ set_allocated_doc_string()

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

◆ set_allocated_name()

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

◆ set_allocated_type()

void onnx::ValueInfoProto::set_allocated_type ( ::onnx::TypeProto type)
inline
Here is the caller graph for this function:

◆ set_doc_string() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::ValueInfoProto::set_doc_string ( ArgT0 &&  arg0,
ArgT...  args 
)
Here is the caller graph for this function:

◆ set_doc_string() [2/2]

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

◆ set_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void onnx::ValueInfoProto::set_name ( ArgT0 &&  arg0,
ArgT...  args 
)
Here is the caller graph for this function:

◆ set_name() [2/2]

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

void onnx::ValueInfoProto::Swap ( ValueInfoProto other)
inline

◆ type()

const ::onnx::TypeProto & onnx::ValueInfoProto::type ( ) const
inline

◆ unsafe_arena_release_type()

onnx::TypeProto * onnx::ValueInfoProto::unsafe_arena_release_type ( )
inline

◆ unsafe_arena_set_allocated_type()

void onnx::ValueInfoProto::unsafe_arena_set_allocated_type ( ::onnx::TypeProto type)
inline

◆ UnsafeArenaSwap()

void onnx::ValueInfoProto::UnsafeArenaSwap ( ValueInfoProto other)
inline

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 ( ValueInfoProto a,
ValueInfoProto b 
)
friend

Member Data Documentation

◆ [union]

union { ... } onnx::ValueInfoProto

◆ _impl_

Impl_ onnx::ValueInfoProto::_impl_

◆ kIndexInFileMessages

constexpr int onnx::ValueInfoProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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