Skip to content

Class mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping

ClassList > mediapipe > TensorsToDetectionsCalculatorOptions_TensorMapping

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int TensorsToDetectionsCalculatorOptions_TensorMapping

Public Static Attributes

Type Name
const ClassData _class_data_ = /* multi line expression */
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const TensorsToDetectionsCalculatorOptions_TensorMapping & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const TensorsToDetectionsCalculatorOptions_TensorMapping & from)
TensorsToDetectionsCalculatorOptions_TensorMapping * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (TensorsToDetectionsCalculatorOptions_TensorMapping * other)
TensorsToDetectionsCalculatorOptions_TensorMapping ()
constexpr TensorsToDetectionsCalculatorOptions_TensorMapping (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
TensorsToDetectionsCalculatorOptions_TensorMapping (const TensorsToDetectionsCalculatorOptions_TensorMapping & from)
TensorsToDetectionsCalculatorOptions_TensorMapping (TensorsToDetectionsCalculatorOptions_TensorMapping && from) noexcept
void UnsafeArenaSwap (TensorsToDetectionsCalculatorOptions_TensorMapping * other)
const char * _InternalParse (const char * ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx)
uint8_t * _InternalSerialize (uint8_t * target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream) const
int32_t anchors_tensor_index () const
int32_t classes_tensor_index () const
void clear_anchors_tensor_index ()
void clear_classes_tensor_index ()
void clear_detections_tensor_index ()
void clear_num_detections_tensor_index ()
void clear_scores_tensor_index ()
int32_t detections_tensor_index () const
bool has_anchors_tensor_index () const
bool has_classes_tensor_index () const
bool has_detections_tensor_index () const
bool has_num_detections_tensor_index () const
bool has_scores_tensor_index () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
int32_t num_detections_tensor_index () const
TensorsToDetectionsCalculatorOptions_TensorMapping & operator= (const TensorsToDetectionsCalculatorOptions_TensorMapping & from)
TensorsToDetectionsCalculatorOptions_TensorMapping & operator= (TensorsToDetectionsCalculatorOptions_TensorMapping && from) noexcept
int32_t scores_tensor_index () const
void set_anchors_tensor_index (int32_t value)
void set_classes_tensor_index (int32_t value)
void set_detections_tensor_index (int32_t value)
void set_num_detections_tensor_index (int32_t value)
void set_scores_tensor_index (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~TensorsToDetectionsCalculatorOptions_TensorMapping () override

Public Static Functions

Type Name
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
const TensorsToDetectionsCalculatorOptions_TensorMapping & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const TensorsToDetectionsCalculatorOptions_TensorMapping * internal_default_instance ()

Protected Functions

Type Name
TensorsToDetectionsCalculatorOptions_TensorMapping (::PROTOBUF_NAMESPACE_ID::Arena * arena, bool is_message_owned=false)

Public Types Documentation

enum TensorsToDetectionsCalculatorOptions_TensorMapping

enum mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::TensorsToDetectionsCalculatorOptions_TensorMapping {
    kDetectionsTensorIndexFieldNumber = 1,
    kClassesTensorIndexFieldNumber = 2,
    kScoresTensorIndexFieldNumber = 3,
    kNumDetectionsTensorIndexFieldNumber = 4,
    kAnchorsTensorIndexFieldNumber = 5
};

Public Static Attributes Documentation

variable _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::_class_data_;

variable kIndexInFileMessages

constexpr int mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::Clear () 

function CopyFrom

void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::CopyFrom (
    const TensorsToDetectionsCalculatorOptions_TensorMapping & from
) 

function GetCachedSize

inline int mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::GetCachedSize () const

function GetClassData

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::GetClassData () const

function GetMetadata

::PROTOBUF_NAMESPACE_ID::Metadata mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::GetMetadata () const

function IsInitialized

bool mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::IsInitialized () const

function MergeFrom

void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::MergeFrom (
    const TensorsToDetectionsCalculatorOptions_TensorMapping & from
) 

function New

inline TensorsToDetectionsCalculatorOptions_TensorMapping * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::New (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr
) const

function Swap

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::Swap (
    TensorsToDetectionsCalculatorOptions_TensorMapping * other
) 

function TensorsToDetectionsCalculatorOptions_TensorMapping [1/5]

inline mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::TensorsToDetectionsCalculatorOptions_TensorMapping () 

function TensorsToDetectionsCalculatorOptions_TensorMapping [2/5]

explicit constexpr mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::TensorsToDetectionsCalculatorOptions_TensorMapping (
    ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized
) 

function TensorsToDetectionsCalculatorOptions_TensorMapping [3/5]

mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::TensorsToDetectionsCalculatorOptions_TensorMapping (
    const TensorsToDetectionsCalculatorOptions_TensorMapping & from
) 

function TensorsToDetectionsCalculatorOptions_TensorMapping [4/5]

inline mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::TensorsToDetectionsCalculatorOptions_TensorMapping (
    TensorsToDetectionsCalculatorOptions_TensorMapping && from
) noexcept

function UnsafeArenaSwap

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::UnsafeArenaSwap (
    TensorsToDetectionsCalculatorOptions_TensorMapping * other
) 

function _InternalParse

const char * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::_InternalParse (
    const char * ptr,
    ::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx
) 

function _InternalSerialize

uint8_t * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::_InternalSerialize (
    uint8_t * target,
    ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream
) const

function anchors_tensor_index

inline int32_t mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::anchors_tensor_index () const

function classes_tensor_index

inline int32_t mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::classes_tensor_index () const

function clear_anchors_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::clear_anchors_tensor_index () 

function clear_classes_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::clear_classes_tensor_index () 

function clear_detections_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::clear_detections_tensor_index () 

function clear_num_detections_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::clear_num_detections_tensor_index () 

function clear_scores_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::clear_scores_tensor_index () 

function detections_tensor_index

inline int32_t mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::detections_tensor_index () const

function has_anchors_tensor_index

inline bool mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::has_anchors_tensor_index () const

function has_classes_tensor_index

inline bool mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::has_classes_tensor_index () const

function has_detections_tensor_index

inline bool mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::has_detections_tensor_index () const

function has_num_detections_tensor_index

inline bool mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::has_num_detections_tensor_index () const

function has_scores_tensor_index

inline bool mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::has_scores_tensor_index () const

function mutable_unknown_fields

inline inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::mutable_unknown_fields () 

function num_detections_tensor_index

inline int32_t mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::num_detections_tensor_index () const

function operator=

inline TensorsToDetectionsCalculatorOptions_TensorMapping & mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::operator= (
    const TensorsToDetectionsCalculatorOptions_TensorMapping & from
) 

function operator=

inline TensorsToDetectionsCalculatorOptions_TensorMapping & mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::operator= (
    TensorsToDetectionsCalculatorOptions_TensorMapping && from
) noexcept

function scores_tensor_index

inline int32_t mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::scores_tensor_index () const

function set_anchors_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::set_anchors_tensor_index (
    int32_t value
) 

function set_classes_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::set_classes_tensor_index (
    int32_t value
) 

function set_detections_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::set_detections_tensor_index (
    int32_t value
) 

function set_num_detections_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::set_num_detections_tensor_index (
    int32_t value
) 

function set_scores_tensor_index

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::set_scores_tensor_index (
    int32_t value
) 

function unknown_fields

inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::unknown_fields () const

function ~TensorsToDetectionsCalculatorOptions_TensorMapping

mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::~TensorsToDetectionsCalculatorOptions_TensorMapping () override

Public Static Functions Documentation

function GetDescriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::GetDescriptor () 

function GetReflection

static inline const ::PROTOBUF_NAMESPACE_ID::Reflection * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::GetReflection () 

function default_instance

static inline const TensorsToDetectionsCalculatorOptions_TensorMapping & mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::default_instance () 

function descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::descriptor () 

function internal_default_instance

static inline const TensorsToDetectionsCalculatorOptions_TensorMapping * mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::internal_default_instance () 

Protected Functions Documentation

function TensorsToDetectionsCalculatorOptions_TensorMapping [5/5]

explicit mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::TensorsToDetectionsCalculatorOptions_TensorMapping (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena,
    bool is_message_owned=false
) 

Friends Documentation

friend InternalHelper

template<typename T>
class mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::InternalHelper (
    ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
) 

friend AnyMetadata

class mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::AnyMetadata (
    ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
) 

friend TableStruct_mediapipe_2fcalculators_2ftensor_2ftensors_5fto_5fdetections_5fcalculator_2eproto

struct mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::TableStruct_mediapipe_2fcalculators_2ftensor_2ftensors_5fto_5fdetections_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2ftensor_2ftensors_5fto_5fdetections_5fcalculator_2eproto
) 

friend swap

inline void mediapipe::TensorsToDetectionsCalculatorOptions_TensorMapping::swap (
    TensorsToDetectionsCalculatorOptions_TensorMapping & a,
    TensorsToDetectionsCalculatorOptions_TensorMapping & b
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/build/mediapipe/calculators/tensor/tensors_to_detections_calculator.pb.h