Skip to content

Class mediapipe::InferenceCalculatorOptions_Delegate

ClassList > mediapipe > InferenceCalculatorOptions_Delegate

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum DelegateCase
typedef InferenceCalculatorOptions_Delegate_Gpu Gpu
typedef InferenceCalculatorOptions_Delegate_Nnapi Nnapi
typedef InferenceCalculatorOptions_Delegate_TfLite TfLite
typedef InferenceCalculatorOptions_Delegate_Xnnpack Xnnpack
enum int InferenceCalculatorOptions_Delegate

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 & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
InferenceCalculatorOptions_Delegate ()
constexpr InferenceCalculatorOptions_Delegate (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
InferenceCalculatorOptions_Delegate (const InferenceCalculatorOptions_Delegate & from)
InferenceCalculatorOptions_Delegate (InferenceCalculatorOptions_Delegate && from) noexcept
bool IsInitialized () const
void MergeFrom (const InferenceCalculatorOptions_Delegate & from)
InferenceCalculatorOptions_Delegate * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (InferenceCalculatorOptions_Delegate * other)
void UnsafeArenaSwap (InferenceCalculatorOptions_Delegate * 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_delegate ()
void clear_gpu ()
void clear_nnapi ()
void clear_tflite ()
void clear_xnnpack ()
DelegateCase delegate_case () const
const ::mediapipe::InferenceCalculatorOptions_Delegate_Gpu & gpu () const
bool has_gpu () const
bool has_nnapi () const
bool has_tflite () const
bool has_xnnpack () const
::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * mutable_gpu ()
::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * mutable_nnapi ()
::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * mutable_tflite ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * mutable_xnnpack ()
const ::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi & nnapi () const
InferenceCalculatorOptions_Delegate & operator= (const InferenceCalculatorOptions_Delegate & from)
InferenceCalculatorOptions_Delegate & operator= (InferenceCalculatorOptions_Delegate && from) noexcept
PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * release_gpu ()
PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * release_nnapi ()
PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * release_tflite ()
PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * release_xnnpack ()
void set_allocated_gpu (::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * gpu)
void set_allocated_nnapi (::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * nnapi)
void set_allocated_tflite (::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * tflite)
void set_allocated_xnnpack (::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * xnnpack)
const ::mediapipe::InferenceCalculatorOptions_Delegate_TfLite & tflite () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * unsafe_arena_release_gpu ()
::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * unsafe_arena_release_nnapi ()
::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * unsafe_arena_release_tflite ()
::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * unsafe_arena_release_xnnpack ()
void unsafe_arena_set_allocated_gpu (::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * gpu)
void unsafe_arena_set_allocated_nnapi (::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * nnapi)
void unsafe_arena_set_allocated_tflite (::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * tflite)
void unsafe_arena_set_allocated_xnnpack (::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * xnnpack)
const ::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack & xnnpack () const
~InferenceCalculatorOptions_Delegate () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum DelegateCase

enum mediapipe::InferenceCalculatorOptions_Delegate::DelegateCase {
    kTflite = 1,
    kGpu = 2,
    kNnapi = 3,
    kXnnpack = 4,
    DELEGATE_NOT_SET = 0
};

typedef Gpu

typedef InferenceCalculatorOptions_Delegate_Gpu mediapipe::InferenceCalculatorOptions_Delegate::Gpu;

typedef Nnapi

typedef InferenceCalculatorOptions_Delegate_Nnapi mediapipe::InferenceCalculatorOptions_Delegate::Nnapi;

typedef TfLite

typedef InferenceCalculatorOptions_Delegate_TfLite mediapipe::InferenceCalculatorOptions_Delegate::TfLite;

typedef Xnnpack

typedef InferenceCalculatorOptions_Delegate_Xnnpack mediapipe::InferenceCalculatorOptions_Delegate::Xnnpack;

enum InferenceCalculatorOptions_Delegate

enum mediapipe::InferenceCalculatorOptions_Delegate::InferenceCalculatorOptions_Delegate {
    kTfliteFieldNumber = 1,
    kGpuFieldNumber = 2,
    kNnapiFieldNumber = 3,
    kXnnpackFieldNumber = 4
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::InferenceCalculatorOptions_Delegate::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::InferenceCalculatorOptions_Delegate::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::InferenceCalculatorOptions_Delegate::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function InferenceCalculatorOptions_Delegate [1/5]

inline mediapipe::InferenceCalculatorOptions_Delegate::InferenceCalculatorOptions_Delegate () 

function InferenceCalculatorOptions_Delegate [2/5]

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

function InferenceCalculatorOptions_Delegate [3/5]

mediapipe::InferenceCalculatorOptions_Delegate::InferenceCalculatorOptions_Delegate (
    const InferenceCalculatorOptions_Delegate & from
) 

function InferenceCalculatorOptions_Delegate [4/5]

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

function IsInitialized

bool mediapipe::InferenceCalculatorOptions_Delegate::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_delegate

void mediapipe::InferenceCalculatorOptions_Delegate::clear_delegate () 

function clear_gpu

inline void mediapipe::InferenceCalculatorOptions_Delegate::clear_gpu () 

function clear_nnapi

inline void mediapipe::InferenceCalculatorOptions_Delegate::clear_nnapi () 

function clear_tflite

inline void mediapipe::InferenceCalculatorOptions_Delegate::clear_tflite () 

function clear_xnnpack

inline void mediapipe::InferenceCalculatorOptions_Delegate::clear_xnnpack () 

function delegate_case

inline DelegateCase mediapipe::InferenceCalculatorOptions_Delegate::delegate_case () const

function gpu

inline const ::mediapipe::InferenceCalculatorOptions_Delegate_Gpu & mediapipe::InferenceCalculatorOptions_Delegate::gpu () const

function has_gpu

inline bool mediapipe::InferenceCalculatorOptions_Delegate::has_gpu () const

function has_nnapi

inline bool mediapipe::InferenceCalculatorOptions_Delegate::has_nnapi () const

function has_tflite

inline bool mediapipe::InferenceCalculatorOptions_Delegate::has_tflite () const

function has_xnnpack

inline bool mediapipe::InferenceCalculatorOptions_Delegate::has_xnnpack () const

function mutable_gpu

inline ::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * mediapipe::InferenceCalculatorOptions_Delegate::mutable_gpu () 

function mutable_nnapi

inline ::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * mediapipe::InferenceCalculatorOptions_Delegate::mutable_nnapi () 

function mutable_tflite

inline ::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * mediapipe::InferenceCalculatorOptions_Delegate::mutable_tflite () 

function mutable_unknown_fields

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

function mutable_xnnpack

inline ::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * mediapipe::InferenceCalculatorOptions_Delegate::mutable_xnnpack () 

function nnapi

inline const ::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi & mediapipe::InferenceCalculatorOptions_Delegate::nnapi () const

function operator=

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

function operator=

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

function release_gpu

inline PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * mediapipe::InferenceCalculatorOptions_Delegate::release_gpu () 

function release_nnapi

inline PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * mediapipe::InferenceCalculatorOptions_Delegate::release_nnapi () 

function release_tflite

inline PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * mediapipe::InferenceCalculatorOptions_Delegate::release_tflite () 

function release_xnnpack

inline PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * mediapipe::InferenceCalculatorOptions_Delegate::release_xnnpack () 

function set_allocated_gpu

void mediapipe::InferenceCalculatorOptions_Delegate::set_allocated_gpu (
    ::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * gpu
) 

function set_allocated_nnapi

void mediapipe::InferenceCalculatorOptions_Delegate::set_allocated_nnapi (
    ::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * nnapi
) 

function set_allocated_tflite

void mediapipe::InferenceCalculatorOptions_Delegate::set_allocated_tflite (
    ::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * tflite
) 

function set_allocated_xnnpack

void mediapipe::InferenceCalculatorOptions_Delegate::set_allocated_xnnpack (
    ::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * xnnpack
) 

function tflite

inline const ::mediapipe::InferenceCalculatorOptions_Delegate_TfLite & mediapipe::InferenceCalculatorOptions_Delegate::tflite () const

function unknown_fields

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

function unsafe_arena_release_gpu

inline ::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_release_gpu () 

function unsafe_arena_release_nnapi

inline ::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_release_nnapi () 

function unsafe_arena_release_tflite

inline ::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_release_tflite () 

function unsafe_arena_release_xnnpack

inline ::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_release_xnnpack () 

function unsafe_arena_set_allocated_gpu

inline void mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_set_allocated_gpu (
    ::mediapipe::InferenceCalculatorOptions_Delegate_Gpu * gpu
) 

function unsafe_arena_set_allocated_nnapi

inline void mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_set_allocated_nnapi (
    ::mediapipe::InferenceCalculatorOptions_Delegate_Nnapi * nnapi
) 

function unsafe_arena_set_allocated_tflite

inline void mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_set_allocated_tflite (
    ::mediapipe::InferenceCalculatorOptions_Delegate_TfLite * tflite
) 

function unsafe_arena_set_allocated_xnnpack

inline void mediapipe::InferenceCalculatorOptions_Delegate::unsafe_arena_set_allocated_xnnpack (
    ::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack * xnnpack
) 

function xnnpack

inline const ::mediapipe::InferenceCalculatorOptions_Delegate_Xnnpack & mediapipe::InferenceCalculatorOptions_Delegate::xnnpack () const

function ~InferenceCalculatorOptions_Delegate

mediapipe::InferenceCalculatorOptions_Delegate::~InferenceCalculatorOptions_Delegate () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function InferenceCalculatorOptions_Delegate [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto

struct mediapipe::InferenceCalculatorOptions_Delegate::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto
) 

friend swap

inline void mediapipe::InferenceCalculatorOptions_Delegate::swap (
    InferenceCalculatorOptions_Delegate & a,
    InferenceCalculatorOptions_Delegate & 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