Skip to content

Class mediapipe::SsdAnchorsCalculatorOptions

ClassList > mediapipe > SsdAnchorsCalculatorOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int SsdAnchorsCalculatorOptions

Public Attributes

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

Public Static Attributes

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

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const SsdAnchorsCalculatorOptions & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const SsdAnchorsCalculatorOptions & from)
SsdAnchorsCalculatorOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
SsdAnchorsCalculatorOptions ()
constexpr SsdAnchorsCalculatorOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
SsdAnchorsCalculatorOptions (const SsdAnchorsCalculatorOptions & from)
SsdAnchorsCalculatorOptions (SsdAnchorsCalculatorOptions && from) noexcept
void Swap (SsdAnchorsCalculatorOptions * other)
void UnsafeArenaSwap (SsdAnchorsCalculatorOptions * 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 add_aspect_ratios (float value)
void add_feature_map_height (int32_t value)
void add_feature_map_width (int32_t value)
::mediapipe::Anchor * add_fixed_anchors ()
void add_strides (int32_t value)
float anchor_offset_x () const
float anchor_offset_y () const
float anchor_scale () const
float aspect_ratios (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & aspect_ratios () const
int aspect_ratios_size () const
void clear_anchor_offset_x ()
void clear_anchor_offset_y ()
void clear_anchor_scale ()
void clear_aspect_ratios ()
void clear_feature_map_height ()
void clear_feature_map_width ()
void clear_fixed_anchor_size ()
void clear_fixed_anchors ()
void clear_input_size_height ()
void clear_input_size_width ()
void clear_interpolated_scale_aspect_ratio ()
void clear_max_level ()
void clear_max_scale ()
void clear_min_level ()
void clear_min_scale ()
void clear_multiscale_anchor_generation ()
void clear_normalize_coordinates ()
void clear_num_layers ()
void clear_reduce_boxes_in_lowest_layer ()
void clear_scales_per_octave ()
void clear_strides ()
int32_t feature_map_height (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & feature_map_height () const
int feature_map_height_size () const
int32_t feature_map_width (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & feature_map_width () const
int feature_map_width_size () const
bool fixed_anchor_size () const
const ::mediapipe::Anchor & fixed_anchors (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::Anchor > & fixed_anchors () const
int fixed_anchors_size () const
bool has_anchor_offset_x () const
bool has_anchor_offset_y () const
bool has_anchor_scale () const
bool has_fixed_anchor_size () const
bool has_input_size_height () const
bool has_input_size_width () const
bool has_interpolated_scale_aspect_ratio () const
bool has_max_level () const
bool has_max_scale () const
bool has_min_level () const
bool has_min_scale () const
bool has_multiscale_anchor_generation () const
bool has_normalize_coordinates () const
bool has_num_layers () const
bool has_reduce_boxes_in_lowest_layer () const
bool has_scales_per_octave () const
int32_t input_size_height () const
int32_t input_size_width () const
float interpolated_scale_aspect_ratio () const
int32_t max_level () const
float max_scale () const
int32_t min_level () const
float min_scale () const
bool multiscale_anchor_generation () const
::PROTOBUF_NAMESPACE_ID::RepeatedField< float > * mutable_aspect_ratios ()
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_feature_map_height ()
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_feature_map_width ()
::mediapipe::Anchor * mutable_fixed_anchors (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::Anchor > * mutable_fixed_anchors ()
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_strides ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool normalize_coordinates () const
int32_t num_layers () const
SsdAnchorsCalculatorOptions & operator= (const SsdAnchorsCalculatorOptions & from)
SsdAnchorsCalculatorOptions & operator= (SsdAnchorsCalculatorOptions && from) noexcept
bool reduce_boxes_in_lowest_layer () const
int32_t scales_per_octave () const
void set_anchor_offset_x (float value)
void set_anchor_offset_y (float value)
void set_anchor_scale (float value)
void set_aspect_ratios (int index, float value)
void set_feature_map_height (int index, int32_t value)
void set_feature_map_width (int index, int32_t value)
void set_fixed_anchor_size (bool value)
void set_input_size_height (int32_t value)
void set_input_size_width (int32_t value)
void set_interpolated_scale_aspect_ratio (float value)
void set_max_level (int32_t value)
void set_max_scale (float value)
void set_min_level (int32_t value)
void set_min_scale (float value)
void set_multiscale_anchor_generation (bool value)
void set_normalize_coordinates (bool value)
void set_num_layers (int32_t value)
void set_reduce_boxes_in_lowest_layer (bool value)
void set_scales_per_octave (int32_t value)
void set_strides (int index, int32_t value)
int32_t strides (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & strides () const
int strides_size () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~SsdAnchorsCalculatorOptions () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum SsdAnchorsCalculatorOptions

enum mediapipe::SsdAnchorsCalculatorOptions::SsdAnchorsCalculatorOptions {
    kFeatureMapWidthFieldNumber = 8,
    kFeatureMapHeightFieldNumber = 9,
    kStridesFieldNumber = 10,
    kAspectRatiosFieldNumber = 11,
    kFixedAnchorsFieldNumber = 21,
    kInputSizeWidthFieldNumber = 1,
    kInputSizeHeightFieldNumber = 2,
    kMinScaleFieldNumber = 3,
    kMaxScaleFieldNumber = 4,
    kNumLayersFieldNumber = 7,
    kReduceBoxesInLowestLayerFieldNumber = 12,
    kFixedAnchorSizeFieldNumber = 14,
    kMultiscaleAnchorGenerationFieldNumber = 15,
    kAnchorOffsetXFieldNumber = 5,
    kAnchorOffsetYFieldNumber = 6,
    kInterpolatedScaleAspectRatioFieldNumber = 13,
    kMinLevelFieldNumber = 16,
    kMaxLevelFieldNumber = 17,
    kAnchorScaleFieldNumber = 18,
    kScalesPerOctaveFieldNumber = 19,
    kNormalizeCoordinatesFieldNumber = 20
};

Public Attributes Documentation

variable ext

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

Public Static Attributes Documentation

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::SsdAnchorsCalculatorOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::SsdAnchorsCalculatorOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::SsdAnchorsCalculatorOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::SsdAnchorsCalculatorOptions::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::SsdAnchorsCalculatorOptions::IsInitialized () const

function MergeFrom

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

function New

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

function SsdAnchorsCalculatorOptions [1/5]

inline mediapipe::SsdAnchorsCalculatorOptions::SsdAnchorsCalculatorOptions () 

function SsdAnchorsCalculatorOptions [2/5]

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

function SsdAnchorsCalculatorOptions [3/5]

mediapipe::SsdAnchorsCalculatorOptions::SsdAnchorsCalculatorOptions (
    const SsdAnchorsCalculatorOptions & from
) 

function SsdAnchorsCalculatorOptions [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function add_aspect_ratios

inline void mediapipe::SsdAnchorsCalculatorOptions::add_aspect_ratios (
    float value
) 

function add_feature_map_height

inline void mediapipe::SsdAnchorsCalculatorOptions::add_feature_map_height (
    int32_t value
) 

function add_feature_map_width

inline void mediapipe::SsdAnchorsCalculatorOptions::add_feature_map_width (
    int32_t value
) 

function add_fixed_anchors

inline ::mediapipe::Anchor * mediapipe::SsdAnchorsCalculatorOptions::add_fixed_anchors () 

function add_strides

inline void mediapipe::SsdAnchorsCalculatorOptions::add_strides (
    int32_t value
) 

function anchor_offset_x

inline float mediapipe::SsdAnchorsCalculatorOptions::anchor_offset_x () const

function anchor_offset_y

inline float mediapipe::SsdAnchorsCalculatorOptions::anchor_offset_y () const

function anchor_scale

inline float mediapipe::SsdAnchorsCalculatorOptions::anchor_scale () const

function aspect_ratios [1/2]

inline float mediapipe::SsdAnchorsCalculatorOptions::aspect_ratios (
    int index
) const

function aspect_ratios [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & mediapipe::SsdAnchorsCalculatorOptions::aspect_ratios () const

function aspect_ratios_size

inline int mediapipe::SsdAnchorsCalculatorOptions::aspect_ratios_size () const

function clear_anchor_offset_x

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_anchor_offset_x () 

function clear_anchor_offset_y

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_anchor_offset_y () 

function clear_anchor_scale

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_anchor_scale () 

function clear_aspect_ratios

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_aspect_ratios () 

function clear_feature_map_height

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_feature_map_height () 

function clear_feature_map_width

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_feature_map_width () 

function clear_fixed_anchor_size

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_fixed_anchor_size () 

function clear_fixed_anchors

void mediapipe::SsdAnchorsCalculatorOptions::clear_fixed_anchors () 

function clear_input_size_height

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_input_size_height () 

function clear_input_size_width

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_input_size_width () 

function clear_interpolated_scale_aspect_ratio

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_interpolated_scale_aspect_ratio () 

function clear_max_level

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_max_level () 

function clear_max_scale

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_max_scale () 

function clear_min_level

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_min_level () 

function clear_min_scale

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_min_scale () 

function clear_multiscale_anchor_generation

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_multiscale_anchor_generation () 

function clear_normalize_coordinates

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_normalize_coordinates () 

function clear_num_layers

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_num_layers () 

function clear_reduce_boxes_in_lowest_layer

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_reduce_boxes_in_lowest_layer () 

function clear_scales_per_octave

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_scales_per_octave () 

function clear_strides

inline void mediapipe::SsdAnchorsCalculatorOptions::clear_strides () 

function feature_map_height [1/2]

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::feature_map_height (
    int index
) const

function feature_map_height [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & mediapipe::SsdAnchorsCalculatorOptions::feature_map_height () const

function feature_map_height_size

inline int mediapipe::SsdAnchorsCalculatorOptions::feature_map_height_size () const

function feature_map_width [1/2]

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::feature_map_width (
    int index
) const

function feature_map_width [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & mediapipe::SsdAnchorsCalculatorOptions::feature_map_width () const

function feature_map_width_size

inline int mediapipe::SsdAnchorsCalculatorOptions::feature_map_width_size () const

function fixed_anchor_size

inline bool mediapipe::SsdAnchorsCalculatorOptions::fixed_anchor_size () const

function fixed_anchors [1/2]

inline const ::mediapipe::Anchor & mediapipe::SsdAnchorsCalculatorOptions::fixed_anchors (
    int index
) const

function fixed_anchors [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::Anchor > & mediapipe::SsdAnchorsCalculatorOptions::fixed_anchors () const

function fixed_anchors_size

inline int mediapipe::SsdAnchorsCalculatorOptions::fixed_anchors_size () const

function has_anchor_offset_x

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_anchor_offset_x () const

function has_anchor_offset_y

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_anchor_offset_y () const

function has_anchor_scale

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_anchor_scale () const

function has_fixed_anchor_size

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_fixed_anchor_size () const

function has_input_size_height

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_input_size_height () const

function has_input_size_width

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_input_size_width () const

function has_interpolated_scale_aspect_ratio

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_interpolated_scale_aspect_ratio () const

function has_max_level

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_max_level () const

function has_max_scale

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_max_scale () const

function has_min_level

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_min_level () const

function has_min_scale

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_min_scale () const

function has_multiscale_anchor_generation

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_multiscale_anchor_generation () const

function has_normalize_coordinates

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_normalize_coordinates () const

function has_num_layers

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_num_layers () const

function has_reduce_boxes_in_lowest_layer

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_reduce_boxes_in_lowest_layer () const

function has_scales_per_octave

inline bool mediapipe::SsdAnchorsCalculatorOptions::has_scales_per_octave () const

function input_size_height

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::input_size_height () const

function input_size_width

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::input_size_width () const

function interpolated_scale_aspect_ratio

inline float mediapipe::SsdAnchorsCalculatorOptions::interpolated_scale_aspect_ratio () const

function max_level

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::max_level () const

function max_scale

inline float mediapipe::SsdAnchorsCalculatorOptions::max_scale () const

function min_level

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::min_level () const

function min_scale

inline float mediapipe::SsdAnchorsCalculatorOptions::min_scale () const

function multiscale_anchor_generation

inline bool mediapipe::SsdAnchorsCalculatorOptions::multiscale_anchor_generation () const

function mutable_aspect_ratios

inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > * mediapipe::SsdAnchorsCalculatorOptions::mutable_aspect_ratios () 

function mutable_feature_map_height

inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mediapipe::SsdAnchorsCalculatorOptions::mutable_feature_map_height () 

function mutable_feature_map_width

inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mediapipe::SsdAnchorsCalculatorOptions::mutable_feature_map_width () 

function mutable_fixed_anchors [1/2]

inline ::mediapipe::Anchor * mediapipe::SsdAnchorsCalculatorOptions::mutable_fixed_anchors (
    int index
) 

function mutable_fixed_anchors [2/2]

inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::Anchor > * mediapipe::SsdAnchorsCalculatorOptions::mutable_fixed_anchors () 

function mutable_strides

inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mediapipe::SsdAnchorsCalculatorOptions::mutable_strides () 

function mutable_unknown_fields

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

function normalize_coordinates

inline bool mediapipe::SsdAnchorsCalculatorOptions::normalize_coordinates () const

function num_layers

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::num_layers () const

function operator=

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

function operator=

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

function reduce_boxes_in_lowest_layer

inline bool mediapipe::SsdAnchorsCalculatorOptions::reduce_boxes_in_lowest_layer () const

function scales_per_octave

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::scales_per_octave () const

function set_anchor_offset_x

inline void mediapipe::SsdAnchorsCalculatorOptions::set_anchor_offset_x (
    float value
) 

function set_anchor_offset_y

inline void mediapipe::SsdAnchorsCalculatorOptions::set_anchor_offset_y (
    float value
) 

function set_anchor_scale

inline void mediapipe::SsdAnchorsCalculatorOptions::set_anchor_scale (
    float value
) 

function set_aspect_ratios

inline void mediapipe::SsdAnchorsCalculatorOptions::set_aspect_ratios (
    int index,
    float value
) 

function set_feature_map_height

inline void mediapipe::SsdAnchorsCalculatorOptions::set_feature_map_height (
    int index,
    int32_t value
) 

function set_feature_map_width

inline void mediapipe::SsdAnchorsCalculatorOptions::set_feature_map_width (
    int index,
    int32_t value
) 

function set_fixed_anchor_size

inline void mediapipe::SsdAnchorsCalculatorOptions::set_fixed_anchor_size (
    bool value
) 

function set_input_size_height

inline void mediapipe::SsdAnchorsCalculatorOptions::set_input_size_height (
    int32_t value
) 

function set_input_size_width

inline void mediapipe::SsdAnchorsCalculatorOptions::set_input_size_width (
    int32_t value
) 

function set_interpolated_scale_aspect_ratio

inline void mediapipe::SsdAnchorsCalculatorOptions::set_interpolated_scale_aspect_ratio (
    float value
) 

function set_max_level

inline void mediapipe::SsdAnchorsCalculatorOptions::set_max_level (
    int32_t value
) 

function set_max_scale

inline void mediapipe::SsdAnchorsCalculatorOptions::set_max_scale (
    float value
) 

function set_min_level

inline void mediapipe::SsdAnchorsCalculatorOptions::set_min_level (
    int32_t value
) 

function set_min_scale

inline void mediapipe::SsdAnchorsCalculatorOptions::set_min_scale (
    float value
) 

function set_multiscale_anchor_generation

inline void mediapipe::SsdAnchorsCalculatorOptions::set_multiscale_anchor_generation (
    bool value
) 

function set_normalize_coordinates

inline void mediapipe::SsdAnchorsCalculatorOptions::set_normalize_coordinates (
    bool value
) 

function set_num_layers

inline void mediapipe::SsdAnchorsCalculatorOptions::set_num_layers (
    int32_t value
) 

function set_reduce_boxes_in_lowest_layer

inline void mediapipe::SsdAnchorsCalculatorOptions::set_reduce_boxes_in_lowest_layer (
    bool value
) 

function set_scales_per_octave

inline void mediapipe::SsdAnchorsCalculatorOptions::set_scales_per_octave (
    int32_t value
) 

function set_strides

inline void mediapipe::SsdAnchorsCalculatorOptions::set_strides (
    int index,
    int32_t value
) 

function strides [1/2]

inline int32_t mediapipe::SsdAnchorsCalculatorOptions::strides (
    int index
) const

function strides [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & mediapipe::SsdAnchorsCalculatorOptions::strides () const

function strides_size

inline int mediapipe::SsdAnchorsCalculatorOptions::strides_size () const

function unknown_fields

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

function ~SsdAnchorsCalculatorOptions

mediapipe::SsdAnchorsCalculatorOptions::~SsdAnchorsCalculatorOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function SsdAnchorsCalculatorOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2ftflite_2fssd_5fanchors_5fcalculator_2eproto

struct mediapipe::SsdAnchorsCalculatorOptions::TableStruct_mediapipe_2fcalculators_2ftflite_2fssd_5fanchors_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2ftflite_2fssd_5fanchors_5fcalculator_2eproto
) 

friend swap

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


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