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

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::SimpleShardedDimProto:
Collaboration diagram for onnx::SimpleShardedDimProto:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kNumShardsFieldNumber = 3 ,
  kDimValueFieldNumber = 1 ,
  kDimParamFieldNumber = 2
}
 
enum  DimCase {
  kDimValue = 1 ,
  kDimParam = 2 ,
  DIM_NOT_SET = 0
}
 

Public Member Functions

 SimpleShardedDimProto ()
 
PROTOBUF_CONSTEXPR SimpleShardedDimProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SimpleShardedDimProto (const SimpleShardedDimProto &from)
 
 SimpleShardedDimProto (SimpleShardedDimProto &&from) noexcept
 
 ~SimpleShardedDimProto () 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
 
size_t ByteSizeLong () const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_dim ()
 
void clear_dim_param ()
 
void clear_dim_value ()
 
void clear_num_shards ()
 
void CopyFrom (const SimpleShardedDimProto &from)
 
DimCase dim_case () const
 
const std::string & dim_param () const
 
int64_t dim_value () const
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool has_dim_param () const
 
bool has_dim_value () const
 
bool IsInitialized () const final
 
void MergeFrom (const SimpleShardedDimProto &from)
 
std::string * mutable_dim_param ()
 
SimpleShardedDimProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
int64_t num_shards () const
 
SimpleShardedDimProtooperator= (const SimpleShardedDimProto &from)
 
SimpleShardedDimProtooperator= (SimpleShardedDimProto &&from) noexcept
 
PROTOBUF_NODISCARD std::string * release_dim_param ()
 
void set_allocated_dim_param (std::string *dim_param)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_dim_param (ArgT0 &&arg0, ArgT... args)
 
void set_dim_value (int64_t value)
 
void set_num_shards (int64_t value)
 
void Swap (SimpleShardedDimProto *other)
 
void UnsafeArenaSwap (SimpleShardedDimProto *other)
 

Static Public Member Functions

static const SimpleShardedDimProtodefault_instance ()
 
static const SimpleShardedDimProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

const std::string & _internal_dim_param () const
 
int64_t _internal_dim_value () const
 
bool _internal_has_dim_param () const
 
bool _internal_has_dim_value () const
 
std::string * _internal_mutable_dim_param ()
 
int64_t _internal_num_shards () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_dim_param (const std::string &value)
 
void _internal_set_dim_value (int64_t value)
 
void _internal_set_num_shards (int64_t value)
 
void clear_has_dim ()
 
bool has_dim () const
 
void InternalSwap (SimpleShardedDimProto *other)
 
void set_has_dim_param ()
 
void set_has_dim_value ()
 
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 (SimpleShardedDimProto &a, SimpleShardedDimProto &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNumShardsFieldNumber 
kDimValueFieldNumber 
kDimParamFieldNumber 

◆ DimCase

Enumerator
kDimValue 
kDimParam 
DIM_NOT_SET 

Constructor & Destructor Documentation

◆ SimpleShardedDimProto() [1/5]

onnx::SimpleShardedDimProto::SimpleShardedDimProto ( )
inline

◆ ~SimpleShardedDimProto()

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

◆ SimpleShardedDimProto() [2/5]

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

◆ SimpleShardedDimProto() [3/5]

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

◆ SimpleShardedDimProto() [4/5]

onnx::SimpleShardedDimProto::SimpleShardedDimProto ( SimpleShardedDimProto &&  from)
inlinenoexcept

◆ SimpleShardedDimProto() [5/5]

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

Member Function Documentation

◆ _internal_dim_param()

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

◆ _internal_dim_value()

int64_t onnx::SimpleShardedDimProto::_internal_dim_value ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_has_dim_param()

bool onnx::SimpleShardedDimProto::_internal_has_dim_param ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_has_dim_value()

bool onnx::SimpleShardedDimProto::_internal_has_dim_value ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_mutable_dim_param()

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

◆ _internal_num_shards()

int64_t onnx::SimpleShardedDimProto::_internal_num_shards ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_dim_param()

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

◆ _internal_set_dim_value()

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

◆ _internal_set_num_shards()

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

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ CheckTypeAndMergeFrom()

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

◆ Clear()

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

◆ clear_dim()

void onnx::SimpleShardedDimProto::clear_dim ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ clear_dim_param()

void onnx::SimpleShardedDimProto::clear_dim_param ( )
inline

◆ clear_dim_value()

void onnx::SimpleShardedDimProto::clear_dim_value ( )
inline

◆ clear_has_dim()

void onnx::SimpleShardedDimProto::clear_has_dim ( )
inlineprivate
Here is the caller graph for this function:

◆ clear_num_shards()

void onnx::SimpleShardedDimProto::clear_num_shards ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ dim_case()

SimpleShardedDimProto::DimCase onnx::SimpleShardedDimProto::dim_case ( ) const
inline
Here is the caller graph for this function:

◆ dim_param()

const std::string & onnx::SimpleShardedDimProto::dim_param ( ) const
inline

◆ dim_value()

int64_t onnx::SimpleShardedDimProto::dim_value ( ) const
inline

◆ FullMessageName()

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

◆ GetCachedSize()

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

◆ GetTypeName()

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

◆ has_dim()

bool onnx::SimpleShardedDimProto::has_dim ( ) const
inlineprivate
Here is the caller graph for this function:

◆ has_dim_param()

bool onnx::SimpleShardedDimProto::has_dim_param ( ) const
inline

◆ has_dim_value()

bool onnx::SimpleShardedDimProto::has_dim_value ( ) const
inline

◆ internal_default_instance()

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

◆ InternalSwap()

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

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_dim_param()

std::string * onnx::SimpleShardedDimProto::mutable_dim_param ( )
inline

◆ New()

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

◆ num_shards()

int64_t onnx::SimpleShardedDimProto::num_shards ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ release_dim_param()

std::string * onnx::SimpleShardedDimProto::release_dim_param ( )
inline

◆ set_allocated_dim_param()

void onnx::SimpleShardedDimProto::set_allocated_dim_param ( std::string *  dim_param)
inline

◆ set_dim_param()

template<typename ArgT0 , typename... ArgT>
void onnx::SimpleShardedDimProto::set_dim_param ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_dim_value()

void onnx::SimpleShardedDimProto::set_dim_value ( int64_t  value)
inline

◆ set_has_dim_param()

void onnx::SimpleShardedDimProto::set_has_dim_param ( )
inlineprivate

◆ set_has_dim_value()

void onnx::SimpleShardedDimProto::set_has_dim_value ( )
inlineprivate

◆ set_num_shards()

void onnx::SimpleShardedDimProto::set_num_shards ( int64_t  value)
inline

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ UnsafeArenaSwap()

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

Member Data Documentation

◆ [union]

◆ _impl_

Impl_ onnx::SimpleShardedDimProto::_impl_

◆ kIndexInFileMessages

constexpr int onnx::SimpleShardedDimProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

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