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

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::ShardedDimProto:
Collaboration diagram for onnx::ShardedDimProto:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kSimpleShardingFieldNumber = 2 ,
  kAxisFieldNumber = 1
}
 

Public Member Functions

 ShardedDimProto ()
 
PROTOBUF_CONSTEXPR ShardedDimProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ShardedDimProto (const ShardedDimProto &from)
 
 ShardedDimProto (ShardedDimProto &&from) noexcept
 
 ~ShardedDimProto () 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::SimpleShardedDimProtoadd_simple_sharding ()
 
int64_t axis () const
 
size_t ByteSizeLong () const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_axis ()
 
void clear_simple_sharding ()
 
void CopyFrom (const ShardedDimProto &from)
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool IsInitialized () const final
 
void MergeFrom (const ShardedDimProto &from)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::SimpleShardedDimProto > * mutable_simple_sharding ()
 
::onnx::SimpleShardedDimProtomutable_simple_sharding (int index)
 
ShardedDimProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
ShardedDimProtooperator= (const ShardedDimProto &from)
 
ShardedDimProtooperator= (ShardedDimProto &&from) noexcept
 
void set_axis (int64_t value)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::SimpleShardedDimProto > & simple_sharding () const
 
const ::onnx::SimpleShardedDimProtosimple_sharding (int index) const
 
int simple_sharding_size () const
 
void Swap (ShardedDimProto *other)
 
void UnsafeArenaSwap (ShardedDimProto *other)
 

Static Public Member Functions

static const ShardedDimProtodefault_instance ()
 
static const ShardedDimProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

::onnx::SimpleShardedDimProto_internal_add_simple_sharding ()
 
int64_t _internal_axis () const
 
void _internal_set_axis (int64_t value)
 
const ::onnx::SimpleShardedDimProto_internal_simple_sharding (int index) const
 
int _internal_simple_sharding_size () const
 
void InternalSwap (ShardedDimProto *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 (ShardedDimProto &a, ShardedDimProto &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSimpleShardingFieldNumber 
kAxisFieldNumber 

Constructor & Destructor Documentation

◆ ShardedDimProto() [1/5]

onnx::ShardedDimProto::ShardedDimProto ( )
inline

◆ ~ShardedDimProto()

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

◆ ShardedDimProto() [2/5]

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

◆ ShardedDimProto() [3/5]

onnx::ShardedDimProto::ShardedDimProto ( const ShardedDimProto from)

◆ ShardedDimProto() [4/5]

onnx::ShardedDimProto::ShardedDimProto ( ShardedDimProto &&  from)
inlinenoexcept

◆ ShardedDimProto() [5/5]

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

Member Function Documentation

◆ _internal_add_simple_sharding()

onnx::SimpleShardedDimProto * onnx::ShardedDimProto::_internal_add_simple_sharding ( )
inlineprivate
Here is the caller graph for this function:

◆ _internal_axis()

int64_t onnx::ShardedDimProto::_internal_axis ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_axis()

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

◆ _internal_simple_sharding()

const ::onnx::SimpleShardedDimProto & onnx::ShardedDimProto::_internal_simple_sharding ( int  index) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_simple_sharding_size()

int onnx::ShardedDimProto::_internal_simple_sharding_size ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_simple_sharding()

onnx::SimpleShardedDimProto * onnx::ShardedDimProto::add_simple_sharding ( )
inline

◆ axis()

int64_t onnx::ShardedDimProto::axis ( ) const
inline

◆ ByteSizeLong()

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

◆ CheckTypeAndMergeFrom()

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

◆ Clear()

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

◆ clear_axis()

void onnx::ShardedDimProto::clear_axis ( )
inline

◆ clear_simple_sharding()

void onnx::ShardedDimProto::clear_simple_sharding ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ FullMessageName()

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

◆ GetCachedSize()

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

◆ GetTypeName()

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

◆ internal_default_instance()

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

◆ InternalSwap()

void onnx::ShardedDimProto::InternalSwap ( ShardedDimProto other)
private

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_simple_sharding() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::SimpleShardedDimProto > * onnx::ShardedDimProto::mutable_simple_sharding ( )
inline

◆ mutable_simple_sharding() [2/2]

onnx::SimpleShardedDimProto * onnx::ShardedDimProto::mutable_simple_sharding ( int  index)
inline

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ set_axis()

void onnx::ShardedDimProto::set_axis ( int64_t  value)
inline

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ simple_sharding() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::onnx::SimpleShardedDimProto > & onnx::ShardedDimProto::simple_sharding ( ) const
inline

◆ simple_sharding() [2/2]

const ::onnx::SimpleShardedDimProto & onnx::ShardedDimProto::simple_sharding ( int  index) const
inline

◆ simple_sharding_size()

int onnx::ShardedDimProto::simple_sharding_size ( ) const
inline

◆ Swap()

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

◆ UnsafeArenaSwap()

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

Member Data Documentation

◆ [union]

union { ... } onnx::ShardedDimProto

◆ _impl_

Impl_ onnx::ShardedDimProto::_impl_

◆ kIndexInFileMessages

constexpr int onnx::ShardedDimProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

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