Home
last modified time | relevance | path

Searched defs:feat_width (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/
H A Dimpl.cpp39 const size_t feat_width = anchors_info.feat_width(); in compute_all_anchors() local
72 const size_t feat_width = anchors_info.feat_width(); in compute_all_anchors_qasymm16() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEGenerateProposalsLayer.cpp82 …const int feat_width = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
222 …const int feat_width = 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.cpp92 …const int feat_width = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
220 …const int feat_width = scores->dimension(get_data_layout_dimension_index(scores->data_layou… in validate() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1549 float feat_width() const in feat_width() function