Home
last modified time | relevance | path

Searched defs:feat_height (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEGenerateProposalsLayer.cpp83 …const int feat_height = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
223 …const int feat_height = scores->dimension(get_data_layout_dimension_index(scores->data_layou… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLGenerateProposalsLayer.cpp93 …const int feat_height = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
221 …const int feat_height = scores->dimension(get_data_layout_dimension_index(scores->data_layou… in validate() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1535 : _feat_height(feat_height), in _feat_height() argument
1543 float feat_height() const in feat_height() function