Skip to content

Class mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack

ClassList > mediapipe > InferenceCalculatorOptions_Delegate_Xnnpack

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int InferenceCalculatorOptions_Delegate_Xnnpack

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 InferenceCalculatorOptions_Delegate_Xnnpack & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
InferenceCalculatorOptions_Delegate_Xnnpack ()
constexpr InferenceCalculatorOptions_Delegate_Xnnpack (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
InferenceCalculatorOptions_Delegate_Xnnpack (const InferenceCalculatorOptions_Delegate_Xnnpack & from)
InferenceCalculatorOptions_Delegate_Xnnpack (InferenceCalculatorOptions_Delegate_Xnnpack && from) noexcept
bool IsInitialized () const
void MergeFrom (const InferenceCalculatorOptions_Delegate_Xnnpack & from)
InferenceCalculatorOptions_Delegate_Xnnpack * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (InferenceCalculatorOptions_Delegate_Xnnpack * other)
void UnsafeArenaSwap (InferenceCalculatorOptions_Delegate_Xnnpack * 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
void clear_num_threads ()
bool has_num_threads () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
int32_t num_threads () const
InferenceCalculatorOptions_Delegate_Xnnpack & operator= (const InferenceCalculatorOptions_Delegate_Xnnpack & from)
InferenceCalculatorOptions_Delegate_Xnnpack & operator= (InferenceCalculatorOptions_Delegate_Xnnpack && from) noexcept
void set_num_threads (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~InferenceCalculatorOptions_Delegate_Xnnpack () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum InferenceCalculatorOptions_Delegate_Xnnpack

enum mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::InferenceCalculatorOptions_Delegate_Xnnpack {
    kNumThreadsFieldNumber = 1
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function InferenceCalculatorOptions_Delegate_Xnnpack [1/5]

inline mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::InferenceCalculatorOptions_Delegate_Xnnpack () 

function InferenceCalculatorOptions_Delegate_Xnnpack [2/5]

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

function InferenceCalculatorOptions_Delegate_Xnnpack [3/5]

mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::InferenceCalculatorOptions_Delegate_Xnnpack (
    const InferenceCalculatorOptions_Delegate_Xnnpack & from
) 

function InferenceCalculatorOptions_Delegate_Xnnpack [4/5]

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

function IsInitialized

bool mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_num_threads

inline void mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::clear_num_threads () 

function has_num_threads

inline bool mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::has_num_threads () const

function mutable_unknown_fields

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

function num_threads

inline int32_t mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::num_threads () const

function operator=

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

function operator=

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

function set_num_threads

inline void mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::set_num_threads (
    int32_t value
) 

function unknown_fields

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

function ~InferenceCalculatorOptions_Delegate_Xnnpack

mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::~InferenceCalculatorOptions_Delegate_Xnnpack () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function InferenceCalculatorOptions_Delegate_Xnnpack [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto

struct mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto
) 

friend swap

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


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