Skip to content

Class mediapipe::InferenceCalculatorOptions

ClassList > mediapipe > InferenceCalculatorOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
typedef InferenceCalculatorOptions_Delegate Delegate
typedef InferenceCalculatorOptions_InputOutputConfig InputOutputConfig
enum int InferenceCalculatorOptions

Public Attributes

Type Name
::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::mediapipe::CalculatorOptions, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::mediapipe::InferenceCalculatorOptions >, 11, false > ext

Public Static Attributes

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

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const InferenceCalculatorOptions & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
InferenceCalculatorOptions ()
constexpr InferenceCalculatorOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
InferenceCalculatorOptions (const InferenceCalculatorOptions & from)
InferenceCalculatorOptions (InferenceCalculatorOptions && from) noexcept
bool IsInitialized () const
void MergeFrom (const InferenceCalculatorOptions & from)
InferenceCalculatorOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (InferenceCalculatorOptions * other)
void UnsafeArenaSwap (InferenceCalculatorOptions * 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_cpu_num_thread ()
void clear_delegate ()
void clear_input_output_config ()
void clear_model_path ()
void clear_try_mmap_model ()
PROTOBUF_DEPRECATED void clear_use_gpu ()
PROTOBUF_DEPRECATED void clear_use_nnapi ()
int32_t cpu_num_thread () const
const ::mediapipe::InferenceCalculatorOptions_Delegate & delegate () const
bool has_cpu_num_thread () const
bool has_delegate () const
bool has_input_output_config () const
bool has_model_path () const
bool has_try_mmap_model () const
PROTOBUF_DEPRECATED bool has_use_gpu () const
PROTOBUF_DEPRECATED bool has_use_nnapi () const
const ::mediapipe::InferenceCalculatorOptions_InputOutputConfig & input_output_config () const
const std::string & model_path () const
::mediapipe::InferenceCalculatorOptions_Delegate * mutable_delegate ()
::mediapipe::InferenceCalculatorOptions_InputOutputConfig * mutable_input_output_config ()
std::string * mutable_model_path ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
InferenceCalculatorOptions & operator= (const InferenceCalculatorOptions & from)
InferenceCalculatorOptions & operator= (InferenceCalculatorOptions && from) noexcept
PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate * release_delegate ()
PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_InputOutputConfig * release_input_output_config ()
PROTOBUF_NODISCARD std::string * release_model_path ()
void set_allocated_delegate (::mediapipe::InferenceCalculatorOptions_Delegate * delegate)
void set_allocated_input_output_config (::mediapipe::InferenceCalculatorOptions_InputOutputConfig * input_output_config)
void set_allocated_model_path (std::string * model_path)
void set_cpu_num_thread (int32_t value)
void set_model_path (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_model_path (ArgT0 && arg0, ArgT... args)
void set_try_mmap_model (bool value)
PROTOBUF_DEPRECATED void set_use_gpu (bool value)
PROTOBUF_DEPRECATED void set_use_nnapi (bool value)
bool try_mmap_model () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::InferenceCalculatorOptions_Delegate * unsafe_arena_release_delegate ()
::mediapipe::InferenceCalculatorOptions_InputOutputConfig * unsafe_arena_release_input_output_config ()
void unsafe_arena_set_allocated_delegate (::mediapipe::InferenceCalculatorOptions_Delegate * delegate)
void unsafe_arena_set_allocated_input_output_config (::mediapipe::InferenceCalculatorOptions_InputOutputConfig * input_output_config)
PROTOBUF_DEPRECATED bool use_gpu () const
PROTOBUF_DEPRECATED bool use_nnapi () const
~InferenceCalculatorOptions () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

typedef Delegate

typedef InferenceCalculatorOptions_Delegate mediapipe::InferenceCalculatorOptions::Delegate;

typedef InputOutputConfig

typedef InferenceCalculatorOptions_InputOutputConfig mediapipe::InferenceCalculatorOptions::InputOutputConfig;

enum InferenceCalculatorOptions

enum mediapipe::InferenceCalculatorOptions::InferenceCalculatorOptions {
    kModelPathFieldNumber = 1,
    kDelegateFieldNumber = 5,
    kInputOutputConfigFieldNumber = 8,
    kTryMmapModelFieldNumber = 7,
    kUseGpuFieldNumber = 2,
    kUseNnapiFieldNumber = 3,
    kCpuNumThreadFieldNumber = 4
};

Public Attributes Documentation

variable ext

PROTOBUF_ATTRIBUTE_INIT_PRIORITY::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier<::mediapipe::CalculatorOptions,::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits<::mediapipe::InferenceCalculatorOptions >, 11, false > mediapipe::InferenceCalculatorOptions::ext;

Public Static Attributes Documentation

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::InferenceCalculatorOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::InferenceCalculatorOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::InferenceCalculatorOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::InferenceCalculatorOptions::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function InferenceCalculatorOptions [1/5]

inline mediapipe::InferenceCalculatorOptions::InferenceCalculatorOptions () 

function InferenceCalculatorOptions [2/5]

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

function InferenceCalculatorOptions [3/5]

mediapipe::InferenceCalculatorOptions::InferenceCalculatorOptions (
    const InferenceCalculatorOptions & from
) 

function InferenceCalculatorOptions [4/5]

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

function IsInitialized

bool mediapipe::InferenceCalculatorOptions::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_cpu_num_thread

inline void mediapipe::InferenceCalculatorOptions::clear_cpu_num_thread () 

function clear_delegate

inline void mediapipe::InferenceCalculatorOptions::clear_delegate () 

function clear_input_output_config

inline void mediapipe::InferenceCalculatorOptions::clear_input_output_config () 

function clear_model_path

inline void mediapipe::InferenceCalculatorOptions::clear_model_path () 

function clear_try_mmap_model

inline void mediapipe::InferenceCalculatorOptions::clear_try_mmap_model () 

function clear_use_gpu

inline PROTOBUF_DEPRECATED void mediapipe::InferenceCalculatorOptions::clear_use_gpu () 

function clear_use_nnapi

inline PROTOBUF_DEPRECATED void mediapipe::InferenceCalculatorOptions::clear_use_nnapi () 

function cpu_num_thread

inline int32_t mediapipe::InferenceCalculatorOptions::cpu_num_thread () const

function delegate

inline const ::mediapipe::InferenceCalculatorOptions_Delegate & mediapipe::InferenceCalculatorOptions::delegate () const

function has_cpu_num_thread

inline bool mediapipe::InferenceCalculatorOptions::has_cpu_num_thread () const

function has_delegate

inline bool mediapipe::InferenceCalculatorOptions::has_delegate () const

function has_input_output_config

inline bool mediapipe::InferenceCalculatorOptions::has_input_output_config () const

function has_model_path

inline bool mediapipe::InferenceCalculatorOptions::has_model_path () const

function has_try_mmap_model

inline bool mediapipe::InferenceCalculatorOptions::has_try_mmap_model () const

function has_use_gpu

inline PROTOBUF_DEPRECATED bool mediapipe::InferenceCalculatorOptions::has_use_gpu () const

function has_use_nnapi

inline PROTOBUF_DEPRECATED bool mediapipe::InferenceCalculatorOptions::has_use_nnapi () const

function input_output_config

inline const ::mediapipe::InferenceCalculatorOptions_InputOutputConfig & mediapipe::InferenceCalculatorOptions::input_output_config () const

function model_path

inline const std::string & mediapipe::InferenceCalculatorOptions::model_path () const

function mutable_delegate

inline ::mediapipe::InferenceCalculatorOptions_Delegate * mediapipe::InferenceCalculatorOptions::mutable_delegate () 

function mutable_input_output_config

inline ::mediapipe::InferenceCalculatorOptions_InputOutputConfig * mediapipe::InferenceCalculatorOptions::mutable_input_output_config () 

function mutable_model_path

inline std::string * mediapipe::InferenceCalculatorOptions::mutable_model_path () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function release_delegate

inline PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_Delegate * mediapipe::InferenceCalculatorOptions::release_delegate () 

function release_input_output_config

inline PROTOBUF_NODISCARD::mediapipe::InferenceCalculatorOptions_InputOutputConfig * mediapipe::InferenceCalculatorOptions::release_input_output_config () 

function release_model_path

inline PROTOBUF_NODISCARD std::string * mediapipe::InferenceCalculatorOptions::release_model_path () 

function set_allocated_delegate

inline void mediapipe::InferenceCalculatorOptions::set_allocated_delegate (
    ::mediapipe::InferenceCalculatorOptions_Delegate * delegate
) 

function set_allocated_input_output_config

inline void mediapipe::InferenceCalculatorOptions::set_allocated_input_output_config (
    ::mediapipe::InferenceCalculatorOptions_InputOutputConfig * input_output_config
) 

function set_allocated_model_path

inline void mediapipe::InferenceCalculatorOptions::set_allocated_model_path (
    std::string * model_path
) 

function set_cpu_num_thread

inline void mediapipe::InferenceCalculatorOptions::set_cpu_num_thread (
    int32_t value
) 

function set_model_path [1/2]

template<typename ArgT0, typename... ArgT>
void mediapipe::InferenceCalculatorOptions::set_model_path (
    ArgT0 && arg0,
    ArgT... args
) 

function set_model_path [2/2]

template<typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE void mediapipe::InferenceCalculatorOptions::set_model_path (
    ArgT0 && arg0,
    ArgT... args
) 

function set_try_mmap_model

inline void mediapipe::InferenceCalculatorOptions::set_try_mmap_model (
    bool value
) 

function set_use_gpu

inline PROTOBUF_DEPRECATED void mediapipe::InferenceCalculatorOptions::set_use_gpu (
    bool value
) 

function set_use_nnapi

inline PROTOBUF_DEPRECATED void mediapipe::InferenceCalculatorOptions::set_use_nnapi (
    bool value
) 

function try_mmap_model

inline bool mediapipe::InferenceCalculatorOptions::try_mmap_model () const

function unknown_fields

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

function unsafe_arena_release_delegate

inline ::mediapipe::InferenceCalculatorOptions_Delegate * mediapipe::InferenceCalculatorOptions::unsafe_arena_release_delegate () 

function unsafe_arena_release_input_output_config

inline ::mediapipe::InferenceCalculatorOptions_InputOutputConfig * mediapipe::InferenceCalculatorOptions::unsafe_arena_release_input_output_config () 

function unsafe_arena_set_allocated_delegate

inline void mediapipe::InferenceCalculatorOptions::unsafe_arena_set_allocated_delegate (
    ::mediapipe::InferenceCalculatorOptions_Delegate * delegate
) 

function unsafe_arena_set_allocated_input_output_config

inline void mediapipe::InferenceCalculatorOptions::unsafe_arena_set_allocated_input_output_config (
    ::mediapipe::InferenceCalculatorOptions_InputOutputConfig * input_output_config
) 

function use_gpu

inline PROTOBUF_DEPRECATED bool mediapipe::InferenceCalculatorOptions::use_gpu () const

function use_nnapi

inline PROTOBUF_DEPRECATED bool mediapipe::InferenceCalculatorOptions::use_nnapi () const

function ~InferenceCalculatorOptions

mediapipe::InferenceCalculatorOptions::~InferenceCalculatorOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function InferenceCalculatorOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto

struct mediapipe::InferenceCalculatorOptions::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto
) 

friend swap

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