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

#include "onnx.proto3.pb.h"

Inheritance diagram for onnx::TensorProto_Segment:
Collaboration diagram for onnx::TensorProto_Segment:

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kBeginFieldNumber = 1 ,
  kEndFieldNumber = 2
}
 

Public Member Functions

 TensorProto_Segment ()
 
PROTOBUF_CONSTEXPR TensorProto_Segment (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 TensorProto_Segment (const TensorProto_Segment &from)
 
 TensorProto_Segment (TensorProto_Segment &&from) noexcept
 
 ~TensorProto_Segment () 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
 
int64_t begin () const
 
size_t ByteSizeLong () const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_begin ()
 
void clear_end ()
 
void CopyFrom (const TensorProto_Segment &from)
 
int64_t end () const
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool IsInitialized () const final
 
void MergeFrom (const TensorProto_Segment &from)
 
TensorProto_SegmentNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
TensorProto_Segmentoperator= (const TensorProto_Segment &from)
 
TensorProto_Segmentoperator= (TensorProto_Segment &&from) noexcept
 
void set_begin (int64_t value)
 
void set_end (int64_t value)
 
void Swap (TensorProto_Segment *other)
 
void UnsafeArenaSwap (TensorProto_Segment *other)
 

Static Public Member Functions

static const TensorProto_Segmentdefault_instance ()
 
static const TensorProto_Segmentinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

int64_t _internal_begin () const
 
int64_t _internal_end () const
 
void _internal_set_begin (int64_t value)
 
void _internal_set_end (int64_t value)
 
void InternalSwap (TensorProto_Segment *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 (TensorProto_Segment &a, TensorProto_Segment &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kBeginFieldNumber 
kEndFieldNumber 

Constructor & Destructor Documentation

◆ TensorProto_Segment() [1/5]

onnx::TensorProto_Segment::TensorProto_Segment ( )
inline

◆ ~TensorProto_Segment()

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

◆ TensorProto_Segment() [2/5]

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

◆ TensorProto_Segment() [3/5]

onnx::TensorProto_Segment::TensorProto_Segment ( const TensorProto_Segment from)

◆ TensorProto_Segment() [4/5]

onnx::TensorProto_Segment::TensorProto_Segment ( TensorProto_Segment &&  from)
inlinenoexcept

◆ TensorProto_Segment() [5/5]

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

Member Function Documentation

◆ _internal_begin()

int64_t onnx::TensorProto_Segment::_internal_begin ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_end()

int64_t onnx::TensorProto_Segment::_internal_end ( ) const
inlineprivate
Here is the caller graph for this function:

◆ _internal_set_begin()

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

◆ _internal_set_end()

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

◆ _InternalParse()

const char * onnx::TensorProto_Segment::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

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

◆ begin()

int64_t onnx::TensorProto_Segment::begin ( ) const
inline

◆ ByteSizeLong()

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

◆ CheckTypeAndMergeFrom()

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

◆ Clear()

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

◆ clear_begin()

void onnx::TensorProto_Segment::clear_begin ( )
inline

◆ clear_end()

void onnx::TensorProto_Segment::clear_end ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ end()

int64_t onnx::TensorProto_Segment::end ( ) const
inline

◆ FullMessageName()

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

◆ GetCachedSize()

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

◆ GetTypeName()

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

◆ internal_default_instance()

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

◆ InternalSwap()

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

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ set_begin()

void onnx::TensorProto_Segment::set_begin ( int64_t  value)
inline

◆ set_end()

void onnx::TensorProto_Segment::set_end ( int64_t  value)
inline

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ UnsafeArenaSwap()

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

Member Data Documentation

◆ [union]

◆ _impl_

Impl_ onnx::TensorProto_Segment::_impl_

◆ kIndexInFileMessages

constexpr int onnx::TensorProto_Segment::kIndexInFileMessages
staticconstexpr
Initial value:
=
14

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