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

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::NodeProto:
Collaboration diagram for onnx::NodeProto:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kInputFieldNumber = 1 ,
  kOutputFieldNumber = 2 ,
  kAttributeFieldNumber = 5 ,
  kMetadataPropsFieldNumber = 9 ,
  kDeviceConfigurationsFieldNumber = 10 ,
  kNameFieldNumber = 3 ,
  kOpTypeFieldNumber = 4 ,
  kDocStringFieldNumber = 6 ,
  kDomainFieldNumber = 7 ,
  kOverloadFieldNumber = 8
}
 

Public Member Functions

 NodeProto ()
 
PROTOBUF_CONSTEXPR NodeProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 NodeProto (const NodeProto &from)
 
 NodeProto (NodeProto &&from) noexcept
 
 ~NodeProto () 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::AttributeProtoadd_attribute ()
 
::onnx::NodeDeviceConfigurationProtoadd_device_configurations ()
 
std::string * add_input ()
 
void add_input (const char *value)
 
void add_input (const char *value, size_t size)
 
void add_input (const std::string &value)
 
void add_input (std::string &&value)
 
::onnx::StringStringEntryProtoadd_metadata_props ()
 
std::string * add_output ()
 
void add_output (const char *value)
 
void add_output (const char *value, size_t size)
 
void add_output (const std::string &value)
 
void add_output (std::string &&value)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::AttributeProto > & attribute () const
 
const ::onnx::AttributeProtoattribute (int index) const
 
int attribute_size () const
 
size_t ByteSizeLong () const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_attribute ()
 
void clear_device_configurations ()
 
void clear_doc_string ()
 
void clear_domain ()
 
void clear_input ()
 
void clear_metadata_props ()
 
void clear_name ()
 
void clear_op_type ()
 
void clear_output ()
 
void clear_overload ()
 
void CopyFrom (const NodeProto &from)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::NodeDeviceConfigurationProto > & device_configurations () const
 
const ::onnx::NodeDeviceConfigurationProtodevice_configurations (int index) const
 
int device_configurations_size () const
 
const std::string & doc_string () const
 
const std::string & domain () const
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & input () const
 
const std::string & input (int index) const
 
int input_size () const
 
bool IsInitialized () const final
 
void MergeFrom (const NodeProto &from)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::StringStringEntryProto > & metadata_props () const
 
const ::onnx::StringStringEntryProtometadata_props (int index) const
 
int metadata_props_size () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::AttributeProto > * mutable_attribute ()
 
::onnx::AttributeProtomutable_attribute (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::NodeDeviceConfigurationProto > * mutable_device_configurations ()
 
::onnx::NodeDeviceConfigurationProtomutable_device_configurations (int index)
 
std::string * mutable_doc_string ()
 
std::string * mutable_domain ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_input ()
 
std::string * mutable_input (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::StringStringEntryProto > * mutable_metadata_props ()
 
::onnx::StringStringEntryProtomutable_metadata_props (int index)
 
std::string * mutable_name ()
 
std::string * mutable_op_type ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_output ()
 
std::string * mutable_output (int index)
 
std::string * mutable_overload ()
 
const std::string & name () const
 
NodeProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
const std::string & op_type () const
 
NodeProtooperator= (const NodeProto &from)
 
NodeProtooperator= (NodeProto &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & output () const
 
const std::string & output (int index) const
 
int output_size () const
 
const std::string & overload () const
 
PROTOBUF_NODISCARD std::string * release_doc_string ()
 
PROTOBUF_NODISCARD std::string * release_domain ()
 
PROTOBUF_NODISCARD std::string * release_name ()
 
PROTOBUF_NODISCARD std::string * release_op_type ()
 
PROTOBUF_NODISCARD std::string * release_overload ()
 
void set_allocated_doc_string (std::string *doc_string)
 
void set_allocated_domain (std::string *domain)
 
void set_allocated_name (std::string *name)
 
void set_allocated_op_type (std::string *op_type)
 
void set_allocated_overload (std::string *overload)
 
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_domain (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_domain (ArgT0 &&arg0, ArgT... args)
 
void set_input (int index, const char *value)
 
void set_input (int index, const char *value, size_t size)
 
void set_input (int index, const std::string &value)
 
void set_input (int index, std::string &&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_op_type (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_op_type (ArgT0 &&arg0, ArgT... args)
 
void set_output (int index, const char *value)
 
void set_output (int index, const char *value, size_t size)
 
void set_output (int index, const std::string &value)
 
void set_output (int index, std::string &&value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_overload (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_overload (ArgT0 &&arg0, ArgT... args)
 
void Swap (NodeProto *other)
 
void UnsafeArenaSwap (NodeProto *other)
 

Static Public Member Functions

static const NodeProtodefault_instance ()
 
static const NodeProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

::onnx::AttributeProto_internal_add_attribute ()
 
::onnx::NodeDeviceConfigurationProto_internal_add_device_configurations ()
 
std::string * _internal_add_input ()
 
::onnx::StringStringEntryProto_internal_add_metadata_props ()
 
std::string * _internal_add_output ()
 
const ::onnx::AttributeProto_internal_attribute (int index) const
 
int _internal_attribute_size () const
 
const ::onnx::NodeDeviceConfigurationProto_internal_device_configurations (int index) const
 
int _internal_device_configurations_size () const
 
const std::string & _internal_doc_string () const
 
const std::string & _internal_domain () const
 
const std::string & _internal_input (int index) const
 
int _internal_input_size () 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_domain ()
 
std::string * _internal_mutable_name ()
 
std::string * _internal_mutable_op_type ()
 
std::string * _internal_mutable_overload ()
 
const std::string & _internal_name () const
 
const std::string & _internal_op_type () const
 
const std::string & _internal_output (int index) const
 
int _internal_output_size () const
 
const std::string & _internal_overload () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_doc_string (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_domain (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_name (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_op_type (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_overload (const std::string &value)
 
void InternalSwap (NodeProto *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 (NodeProto &a, NodeProto &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kInputFieldNumber 
kOutputFieldNumber 
kAttributeFieldNumber 
kMetadataPropsFieldNumber 
kDeviceConfigurationsFieldNumber 
kNameFieldNumber 
kOpTypeFieldNumber 
kDocStringFieldNumber 
kDomainFieldNumber 
kOverloadFieldNumber 

Constructor & Destructor Documentation

◆ NodeProto() [1/5]

onnx::NodeProto::NodeProto ( )
inline

◆ ~NodeProto()

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

◆ NodeProto() [2/5]

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

◆ NodeProto() [3/5]

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

◆ NodeProto() [4/5]

onnx::NodeProto::NodeProto ( NodeProto &&  from)
inlinenoexcept

◆ NodeProto() [5/5]

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

Member Function Documentation

◆ _internal_add_attribute()

onnx::AttributeProto * onnx::NodeProto::_internal_add_attribute ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_device_configurations()

onnx::NodeDeviceConfigurationProto * onnx::NodeProto::_internal_add_device_configurations ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_add_input()

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

◆ _internal_add_metadata_props()

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

◆ _internal_add_output()

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

◆ _internal_attribute()

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

◆ _internal_attribute_size()

int onnx::NodeProto::_internal_attribute_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_device_configurations()

const ::onnx::NodeDeviceConfigurationProto & onnx::NodeProto::_internal_device_configurations ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_device_configurations_size()

int onnx::NodeProto::_internal_device_configurations_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_doc_string()

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

◆ _internal_domain()

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

◆ _internal_input()

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

◆ _internal_input_size()

int onnx::NodeProto::_internal_input_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_metadata_props()

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

◆ _internal_metadata_props_size()

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

◆ _internal_mutable_doc_string()

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

◆ _internal_mutable_domain()

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

◆ _internal_mutable_name()

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

◆ _internal_mutable_op_type()

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

◆ _internal_mutable_overload()

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

◆ _internal_name()

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

◆ _internal_op_type()

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

◆ _internal_output()

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

◆ _internal_output_size()

int onnx::NodeProto::_internal_output_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_overload()

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

◆ _internal_set_doc_string()

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

◆ _internal_set_domain()

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

◆ _internal_set_name()

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

◆ _internal_set_op_type()

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

◆ _internal_set_overload()

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

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_attribute()

onnx::AttributeProto * onnx::NodeProto::add_attribute ( )
inline

◆ add_device_configurations()

onnx::NodeDeviceConfigurationProto * onnx::NodeProto::add_device_configurations ( )
inline

◆ add_input() [1/5]

std::string * onnx::NodeProto::add_input ( )
inline

◆ add_input() [2/5]

void onnx::NodeProto::add_input ( const char *  value)
inline

◆ add_input() [3/5]

void onnx::NodeProto::add_input ( const char *  value,
size_t  size 
)
inline

◆ add_input() [4/5]

void onnx::NodeProto::add_input ( const std::string &  value)
inline

◆ add_input() [5/5]

void onnx::NodeProto::add_input ( std::string &&  value)
inline

◆ add_metadata_props()

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

◆ add_output() [1/5]

std::string * onnx::NodeProto::add_output ( )
inline

◆ add_output() [2/5]

void onnx::NodeProto::add_output ( const char *  value)
inline

◆ add_output() [3/5]

void onnx::NodeProto::add_output ( const char *  value,
size_t  size 
)
inline

◆ add_output() [4/5]

void onnx::NodeProto::add_output ( const std::string &  value)
inline

◆ add_output() [5/5]

void onnx::NodeProto::add_output ( std::string &&  value)
inline

◆ attribute() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::AttributeProto > & onnx::NodeProto::attribute ( ) const
inline

◆ attribute() [2/2]

const ::onnx::AttributeProto & onnx::NodeProto::attribute ( int  index) const
inline

◆ attribute_size()

int onnx::NodeProto::attribute_size ( ) const
inline

◆ ByteSizeLong()

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

◆ CheckTypeAndMergeFrom()

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

◆ Clear()

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

◆ clear_attribute()

void onnx::NodeProto::clear_attribute ( )
inline

◆ clear_device_configurations()

void onnx::NodeProto::clear_device_configurations ( )
inline

◆ clear_doc_string()

void onnx::NodeProto::clear_doc_string ( )
inline

◆ clear_domain()

void onnx::NodeProto::clear_domain ( )
inline

◆ clear_input()

void onnx::NodeProto::clear_input ( )
inline

◆ clear_metadata_props()

void onnx::NodeProto::clear_metadata_props ( )
inline

◆ clear_name()

void onnx::NodeProto::clear_name ( )
inline

◆ clear_op_type()

void onnx::NodeProto::clear_op_type ( )
inline

◆ clear_output()

void onnx::NodeProto::clear_output ( )
inline

◆ clear_overload()

void onnx::NodeProto::clear_overload ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ device_configurations() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::NodeDeviceConfigurationProto > & onnx::NodeProto::device_configurations ( ) const
inline

◆ device_configurations() [2/2]

const ::onnx::NodeDeviceConfigurationProto & onnx::NodeProto::device_configurations ( int  index) const
inline

◆ device_configurations_size()

int onnx::NodeProto::device_configurations_size ( ) const
inline

◆ doc_string()

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

◆ domain()

const std::string & onnx::NodeProto::domain ( ) const
inline

◆ FullMessageName()

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

◆ GetCachedSize()

int onnx::NodeProto::GetCachedSize ( ) const
inlinefinal

◆ GetTypeName()

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

◆ input() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & onnx::NodeProto::input ( ) const
inline

◆ input() [2/2]

const std::string & onnx::NodeProto::input ( int  index) const
inline

◆ input_size()

int onnx::NodeProto::input_size ( ) const
inline

◆ internal_default_instance()

static const NodeProto * onnx::NodeProto::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

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

◆ IsInitialized()

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

◆ MergeFrom()

void onnx::NodeProto::MergeFrom ( const NodeProto 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::NodeProto::metadata_props ( ) const
inline

◆ metadata_props() [2/2]

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

◆ metadata_props_size()

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

◆ mutable_attribute() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::AttributeProto > * onnx::NodeProto::mutable_attribute ( )
inline

◆ mutable_attribute() [2/2]

onnx::AttributeProto * onnx::NodeProto::mutable_attribute ( int  index)
inline

◆ mutable_device_configurations() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::NodeDeviceConfigurationProto > * onnx::NodeProto::mutable_device_configurations ( )
inline

◆ mutable_device_configurations() [2/2]

onnx::NodeDeviceConfigurationProto * onnx::NodeProto::mutable_device_configurations ( int  index)
inline

◆ mutable_doc_string()

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

◆ mutable_domain()

std::string * onnx::NodeProto::mutable_domain ( )
inline

◆ mutable_input() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * onnx::NodeProto::mutable_input ( )
inline

◆ mutable_input() [2/2]

std::string * onnx::NodeProto::mutable_input ( int  index)
inline

◆ mutable_metadata_props() [1/2]

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

◆ mutable_metadata_props() [2/2]

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

◆ mutable_name()

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

◆ mutable_op_type()

std::string * onnx::NodeProto::mutable_op_type ( )
inline

◆ mutable_output() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * onnx::NodeProto::mutable_output ( )
inline

◆ mutable_output() [2/2]

std::string * onnx::NodeProto::mutable_output ( int  index)
inline

◆ mutable_overload()

std::string * onnx::NodeProto::mutable_overload ( )
inline

◆ name()

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

◆ New()

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

◆ op_type()

const std::string & onnx::NodeProto::op_type ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ output() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & onnx::NodeProto::output ( ) const
inline

◆ output() [2/2]

const std::string & onnx::NodeProto::output ( int  index) const
inline

◆ output_size()

int onnx::NodeProto::output_size ( ) const
inline

◆ overload()

const std::string & onnx::NodeProto::overload ( ) const
inline

◆ release_doc_string()

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

◆ release_domain()

std::string * onnx::NodeProto::release_domain ( )
inline

◆ release_name()

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

◆ release_op_type()

std::string * onnx::NodeProto::release_op_type ( )
inline

◆ release_overload()

std::string * onnx::NodeProto::release_overload ( )
inline

◆ set_allocated_doc_string()

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

◆ set_allocated_domain()

void onnx::NodeProto::set_allocated_domain ( std::string *  domain)
inline

◆ set_allocated_name()

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

◆ set_allocated_op_type()

void onnx::NodeProto::set_allocated_op_type ( std::string *  op_type)
inline

◆ set_allocated_overload()

void onnx::NodeProto::set_allocated_overload ( std::string *  overload)
inline

◆ set_doc_string() [1/2]

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

◆ set_doc_string() [2/2]

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

◆ set_domain() [1/2]

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

◆ set_domain() [2/2]

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

◆ set_input() [1/4]

void onnx::NodeProto::set_input ( int  index,
const char *  value 
)
inline

◆ set_input() [2/4]

void onnx::NodeProto::set_input ( int  index,
const char *  value,
size_t  size 
)
inline

◆ set_input() [3/4]

void onnx::NodeProto::set_input ( int  index,
const std::string &  value 
)
inline

◆ set_input() [4/4]

void onnx::NodeProto::set_input ( int  index,
std::string &&  value 
)
inline

◆ set_name() [1/2]

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

◆ set_name() [2/2]

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

◆ set_op_type() [1/2]

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

◆ set_op_type() [2/2]

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

◆ set_output() [1/4]

void onnx::NodeProto::set_output ( int  index,
const char *  value 
)
inline

◆ set_output() [2/4]

void onnx::NodeProto::set_output ( int  index,
const char *  value,
size_t  size 
)
inline

◆ set_output() [3/4]

void onnx::NodeProto::set_output ( int  index,
const std::string &  value 
)
inline

◆ set_output() [4/4]

void onnx::NodeProto::set_output ( int  index,
std::string &&  value 
)
inline

◆ set_overload() [1/2]

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

◆ set_overload() [2/2]

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ UnsafeArenaSwap()

void onnx::NodeProto::UnsafeArenaSwap ( NodeProto 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 ( NodeProto a,
NodeProto b 
)
friend

Member Data Documentation

◆ [union]

union { ... } onnx::NodeProto

◆ _impl_

Impl_ onnx::NodeProto::_impl_

◆ kIndexInFileMessages

constexpr int onnx::NodeProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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