ClassList > mediapipe > ThreadPoolExecutorOptions
Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message
Classes
Public Types
Public Attributes
Type |
Name |
::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::mediapipe::MediaPipeOptions, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::mediapipe::ThreadPoolExecutorOptions >, 11, false > |
ext
|
Public Static Attributes
Public Functions
Public Static Functions
Protected Functions
Public Types Documentation
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;
constexpr int mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_ARRAYSIZE;
constexpr ThreadPoolExecutorOptions_ProcessorPerformance mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_MAX;
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
::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 ()
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
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 ()
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
)
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 ()
static inline bool mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_IsValid (
int value
)
template<typename T>
static inline const std::string & mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_Name (
T enum_t_value
)
static inline bool mediapipe::ThreadPoolExecutorOptions::ProcessorPerformance_Parse (
::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
ProcessorPerformance * value
)
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
)
class mediapipe::ThreadPoolExecutorOptions::AnyMetadata (
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
)
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