Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEGenerateProposalsLayer.cpp80 …const int feat_width = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
219 …const int feat_width = scores->dimension(get_data_layout_dimension_index(scores->data_layou… in validate() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGenerateProposalsLayerKernel.cpp112 const size_t feat_width = _anchors_info.feat_width(); in internal_run() local
148 const size_t feat_width = _anchors_info.feat_width(); in internal_run() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGenerateProposalsLayer.cpp91 …const int feat_width = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
219 …const int feat_width = scores->dimension(get_data_layout_dimension_index(scores->data_layou… in validate() local
/external/ComputeLibrary/arm_compute/core/
DTypes.h1449 float feat_width() const in feat_width() function