Skip to content

Class mediapipe::ThreadPoolExecutorOptions

ClassList > mediapipe > ThreadPoolExecutorOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
typedef ThreadPoolExecutorOptions_ProcessorPerformance ProcessorPerformance
enum int ThreadPoolExecutorOptions

Public Attributes

Type Name
::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::mediapipe::MediaPipeOptions, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::mediapipe::ThreadPoolExecutorOptions >, 11, false > ext

Public Static Attributes

Type Name
constexpr ProcessorPerformance HIGH = /* multi line expression */
constexpr ProcessorPerformance LOW = /* multi line expression */
constexpr ProcessorPerformance NORMAL = /* multi line expression */
constexpr int ProcessorPerformance_ARRAYSIZE = /* multi line expression */
constexpr ProcessorPerformance ProcessorPerformance_MAX = /* multi line expression */
constexpr ProcessorPerformance ProcessorPerformance_MIN = /* multi line expression */
const ClassData _class_data_ = /* multi line expression */
const int kExtFieldNumber = 157116819
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const ThreadPoolExecutorOptions & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const ThreadPoolExecutorOptions & from)
ThreadPoolExecutorOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (ThreadPoolExecutorOptions * other)
ThreadPoolExecutorOptions ()
constexpr ThreadPoolExecutorOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
ThreadPoolExecutorOptions (const ThreadPoolExecutorOptions & from)
ThreadPoolExecutorOptions (ThreadPoolExecutorOptions && from) noexcept
void UnsafeArenaSwap (ThreadPoolExecutorOptions * 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_nice_priority_level ()
void clear_num_threads ()
void clear_require_processor_performance ()
void clear_stack_size ()
void clear_thread_name_prefix ()
bool has_nice_priority_level () const
bool has_num_threads () const
bool has_require_processor_performance () const
bool has_stack_size () const
bool has_thread_name_prefix () const
std::string * mutable_thread_name_prefix ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
int32_t nice_priority_level () const
int32_t num_threads () const
ThreadPoolExecutorOptions & operator= (const ThreadPoolExecutorOptions & from)
ThreadPoolExecutorOptions & operator= (ThreadPoolExecutorOptions && from) noexcept
PROTOBUF_NODISCARD std::string * release_thread_name_prefix ()
::mediapipe::ThreadPoolExecutorOptions_ProcessorPerformance require_processor_performance () const
void set_allocated_thread_name_prefix (std::string * thread_name_prefix)
void set_nice_priority_level (int32_t value)
void set_num_threads (int32_t value)
void set_require_processor_performance (::mediapipe::ThreadPoolExecutorOptions_ProcessorPerformance value)
void set_stack_size (int32_t value)
void set_thread_name_prefix (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_thread_name_prefix (ArgT0 && arg0, ArgT... args)
int32_t stack_size () const
const std::string & thread_name_prefix () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~ThreadPoolExecutorOptions () override

Public Static Functions

Type Name
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
bool ProcessorPerformance_IsValid (int value)
const std::string & ProcessorPerformance_Name (T enum_t_value)
bool ProcessorPerformance_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ProcessorPerformance * value)
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ProcessorPerformance_descriptor ()
const ThreadPoolExecutorOptions & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const ThreadPoolExecutorOptions * internal_default_instance ()

Protected Functions

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

Public Types Documentation

typedef ProcessorPerformance

typedef ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance;

enum ThreadPoolExecutorOptions

enum mediapipe::ThreadPoolExecutorOptions::ThreadPoolExecutorOptions {
    kThreadNamePrefixFieldNumber = 5,
    kNumThreadsFieldNumber = 1,
    kStackSizeFieldNumber = 2,
    kNicePriorityLevelFieldNumber = 3,
    kRequireProcessorPerformanceFieldNumber = 4
};

Public Attributes Documentation

variable ext

PROTOBUF_ATTRIBUTE_INIT_PRIORITY::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier<::mediapipe::MediaPipeOptions,::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits<::mediapipe::ThreadPoolExecutorOptions >, 11, false > mediapipe::ThreadPoolExecutorOptions::ext;

Public Static Attributes Documentation

variable HIGH

constexpr ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::HIGH;

variable LOW

constexpr ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::LOW;

variable NORMAL

constexpr ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::NORMAL;

variable ProcessorPerformance_ARRAYSIZE

constexpr int mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_ARRAYSIZE;

variable ProcessorPerformance_MAX

constexpr ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_MAX;

variable ProcessorPerformance_MIN

constexpr ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_MIN;

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::ThreadPoolExecutorOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::ThreadPoolExecutorOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::ThreadPoolExecutorOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::ThreadPoolExecutorOptions::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::ThreadPoolExecutorOptions::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function ThreadPoolExecutorOptions [1/5]

inline mediapipe::ThreadPoolExecutorOptions::ThreadPoolExecutorOptions () 

function ThreadPoolExecutorOptions [2/5]

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

function ThreadPoolExecutorOptions [3/5]

mediapipe::ThreadPoolExecutorOptions::ThreadPoolExecutorOptions (
    const ThreadPoolExecutorOptions & from
) 

function ThreadPoolExecutorOptions [4/5]

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_nice_priority_level

inline void mediapipe::ThreadPoolExecutorOptions::clear_nice_priority_level () 

function clear_num_threads

inline void mediapipe::ThreadPoolExecutorOptions::clear_num_threads () 

function clear_require_processor_performance

inline void mediapipe::ThreadPoolExecutorOptions::clear_require_processor_performance () 

function clear_stack_size

inline void mediapipe::ThreadPoolExecutorOptions::clear_stack_size () 

function clear_thread_name_prefix

inline void mediapipe::ThreadPoolExecutorOptions::clear_thread_name_prefix () 

function has_nice_priority_level

inline bool mediapipe::ThreadPoolExecutorOptions::has_nice_priority_level () const

function has_num_threads

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

function has_require_processor_performance

inline bool mediapipe::ThreadPoolExecutorOptions::has_require_processor_performance () const

function has_stack_size

inline bool mediapipe::ThreadPoolExecutorOptions::has_stack_size () const

function has_thread_name_prefix

inline bool mediapipe::ThreadPoolExecutorOptions::has_thread_name_prefix () const

function mutable_thread_name_prefix

inline std::string * mediapipe::ThreadPoolExecutorOptions::mutable_thread_name_prefix () 

function mutable_unknown_fields

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

function nice_priority_level

inline int32_t mediapipe::ThreadPoolExecutorOptions::nice_priority_level () const

function num_threads

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

function operator=

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

function operator=

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

function release_thread_name_prefix

inline PROTOBUF_NODISCARD std::string * mediapipe::ThreadPoolExecutorOptions::release_thread_name_prefix () 

function require_processor_performance

inline ::mediapipe::ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::require_processor_performance () const

function set_allocated_thread_name_prefix

inline void mediapipe::ThreadPoolExecutorOptions::set_allocated_thread_name_prefix (
    std::string * thread_name_prefix
) 

function set_nice_priority_level

inline void mediapipe::ThreadPoolExecutorOptions::set_nice_priority_level (
    int32_t value
) 

function set_num_threads

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

function set_require_processor_performance

inline void mediapipe::ThreadPoolExecutorOptions::set_require_processor_performance (
    ::mediapipe::ThreadPoolExecutorOptions_ProcessorPerformance value
) 

function set_stack_size

inline void mediapipe::ThreadPoolExecutorOptions::set_stack_size (
    int32_t value
) 

function set_thread_name_prefix [1/2]

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

function set_thread_name_prefix [2/2]

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

function stack_size

inline int32_t mediapipe::ThreadPoolExecutorOptions::stack_size () const

function thread_name_prefix

inline const std::string & mediapipe::ThreadPoolExecutorOptions::thread_name_prefix () const

function unknown_fields

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

function ~ThreadPoolExecutorOptions

mediapipe::ThreadPoolExecutorOptions::~ThreadPoolExecutorOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function ProcessorPerformance_IsValid

static inline bool mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_IsValid (
    int value
) 

function ProcessorPerformance_Name

template<typename T>
static inline const std::string & mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_Name (
    T enum_t_value
) 

function ProcessorPerformance_Parse

static inline bool mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_Parse (
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
    ProcessorPerformance * value
) 

function ProcessorPerformance_descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_descriptor () 

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function ThreadPoolExecutorOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fthread_5fpool_5fexecutor_2eproto

struct mediapipe::ThreadPoolExecutorOptions::TableStruct_mediapipe_2fframework_2fthread_5fpool_5fexecutor_2eproto (
    ::TableStruct_mediapipe_2fframework_2fthread_5fpool_5fexecutor_2eproto
) 

friend swap

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


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