ClassList > mediapipe > InferenceCalculatorOptions_Delegate_Nnapi
Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message
Classes
Public Types
Public Static Attributes
Public Functions
Public Static Functions
Protected Functions
Public Types Documentation
enum InferenceCalculatorOptions_Delegate_Nnapi
enum mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::InferenceCalculatorOptions_Delegate_Nnapi {
kCacheDirFieldNumber = 1,
kModelTokenFieldNumber = 2,
kAcceleratorNameFieldNumber = 3
};
Public Static Attributes Documentation
variable _class_data_
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::_class_data_;
variable kIndexInFileMessages
constexpr int mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::kIndexInFileMessages;
Public Functions Documentation
function ByteSizeLong
size_t mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::ByteSizeLong () const
function Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::Clear ()
function CopyFrom
void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::CopyFrom (
const InferenceCalculatorOptions_Delegate_Nnapi & from
)
function GetCachedSize
inline int mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::GetCachedSize () const
function GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::GetMetadata () const
function InferenceCalculatorOptions_Delegate_Nnapi [1/5]
inline mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::InferenceCalculatorOptions_Delegate_Nnapi ()
function InferenceCalculatorOptions_Delegate_Nnapi [2/5]
explicit constexpr mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::InferenceCalculatorOptions_Delegate_Nnapi (
::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized
)
function InferenceCalculatorOptions_Delegate_Nnapi [3/5]
mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::InferenceCalculatorOptions_Delegate_Nnapi (
const InferenceCalculatorOptions_Delegate_Nnapi & from
)
function InferenceCalculatorOptions_Delegate_Nnapi [4/5]
inline mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::InferenceCalculatorOptions_Delegate_Nnapi (
InferenceCalculatorOptions_Delegate_Nnapi && from
) noexcept
function IsInitialized
bool mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::IsInitialized () const
function MergeFrom
void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::MergeFrom (
const InferenceCalculatorOptions_Delegate_Nnapi & from
)
function New
inline InferenceCalculatorOptions_Delegate_Nnapi * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::New (
::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr
) const
function Swap
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::Swap (
InferenceCalculatorOptions_Delegate_Nnapi * other
)
function UnsafeArenaSwap
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::UnsafeArenaSwap (
InferenceCalculatorOptions_Delegate_Nnapi * other
)
function _InternalParse
const char * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::_InternalParse (
const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx
)
function _InternalSerialize
uint8_t * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::_InternalSerialize (
uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream
) const
function accelerator_name
inline const std::string & mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::accelerator_name () const
function cache_dir
inline const std::string & mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::cache_dir () const
function clear_accelerator_name
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::clear_accelerator_name ()
function clear_cache_dir
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::clear_cache_dir ()
function clear_model_token
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::clear_model_token ()
function has_accelerator_name
inline bool mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::has_accelerator_name () const
function has_cache_dir
inline bool mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::has_cache_dir () const
function has_model_token
inline bool mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::has_model_token () const
function model_token
inline const std::string & mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::model_token () const
function mutable_accelerator_name
inline std::string * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::mutable_accelerator_name ()
function mutable_cache_dir
inline std::string * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::mutable_cache_dir ()
function mutable_model_token
inline std::string * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::mutable_model_token ()
function mutable_unknown_fields
inline inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::mutable_unknown_fields ()
function operator=
inline InferenceCalculatorOptions_Delegate_Nnapi & mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::operator= (
const InferenceCalculatorOptions_Delegate_Nnapi & from
)
function operator=
inline InferenceCalculatorOptions_Delegate_Nnapi & mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::operator= (
InferenceCalculatorOptions_Delegate_Nnapi && from
) noexcept
function release_accelerator_name
inline PROTOBUF_NODISCARD std::string * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::release_accelerator_name ()
function release_cache_dir
inline PROTOBUF_NODISCARD std::string * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::release_cache_dir ()
function release_model_token
inline PROTOBUF_NODISCARD std::string * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::release_model_token ()
function set_accelerator_name [1/2]
template<typename ArgT0, typename... ArgT>
void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_accelerator_name (
ArgT0 && arg0,
ArgT... args
)
function set_accelerator_name [2/2]
template<typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_accelerator_name (
ArgT0 && arg0,
ArgT... args
)
function set_allocated_accelerator_name
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_allocated_accelerator_name (
std::string * accelerator_name
)
function set_allocated_cache_dir
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_allocated_cache_dir (
std::string * cache_dir
)
function set_allocated_model_token
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_allocated_model_token (
std::string * model_token
)
function set_cache_dir [1/2]
template<typename ArgT0, typename... ArgT>
void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_cache_dir (
ArgT0 && arg0,
ArgT... args
)
function set_cache_dir [2/2]
template<typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_cache_dir (
ArgT0 && arg0,
ArgT... args
)
function set_model_token [1/2]
template<typename ArgT0, typename... ArgT>
void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_model_token (
ArgT0 && arg0,
ArgT... args
)
function set_model_token [2/2]
template<typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::set_model_token (
ArgT0 && arg0,
ArgT... args
)
function unknown_fields
inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::unknown_fields () const
function ~InferenceCalculatorOptions_Delegate_Nnapi
mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::~InferenceCalculatorOptions_Delegate_Nnapi () override
Public Static Functions Documentation
function GetDescriptor
static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::GetDescriptor ()
function GetReflection
static inline const ::PROTOBUF_NAMESPACE_ID::Reflection * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::GetReflection ()
function default_instance
static inline const InferenceCalculatorOptions_Delegate_Nnapi & mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::default_instance ()
function descriptor
static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::descriptor ()
function internal_default_instance
static inline const InferenceCalculatorOptions_Delegate_Nnapi * mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::internal_default_instance ()
Protected Functions Documentation
function InferenceCalculatorOptions_Delegate_Nnapi [5/5]
explicit mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::InferenceCalculatorOptions_Delegate_Nnapi (
::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned=false
)
Friends Documentation
friend InternalHelper
template<typename T>
class mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::InternalHelper (
::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
)
class mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::AnyMetadata (
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
)
struct mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto (
::TableStruct_mediapipe_2fcalculators_2ftensor_2finference_5fcalculator_2eproto
)
friend swap
inline void mediapipe::InferenceCalculatorOptions_Delegate_Nnapi::swap (
InferenceCalculatorOptions_Delegate_Nnapi & a,
InferenceCalculatorOptions_Delegate_Nnapi & 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