Home
last modified time | relevance | path

Searched defs:num_anchors (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DComputeAllAnchorsFixture.h48 …void setup(size_t num_anchors, const ComputeAnchorsInfo &info, DataType data_type, QuantizationInf… in setup()
61 …TensorType compute_target(size_t num_anchors, DataType data_type, const ComputeAnchorsInfo &info, … in compute_target()
89 SimpleTensor<T> compute_reference(size_t num_anchors, in compute_reference()
111 void setup(size_t num_anchors, const ComputeAnchorsInfo &info, DataType data_type) in setup()
122 …void setup(size_t num_anchors, const ComputeAnchorsInfo &info, DataType data_type, QuantizationInf… in setup()
/external/ComputeLibrary/src/core/CL/kernels/
DCLGenerateProposalsLayerKernel.cpp53 size_t num_anchors = anchors->dimension(1); in validate_arguments() local
86 const size_t num_anchors = anchors->info()->dimension(1); in configure() local
/external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/
Dimpl.cpp37 const size_t num_anchors = anchors->info()->dimension(1); in compute_all_anchors() local
70 const size_t num_anchors = anchors->info()->dimension(1); in compute_all_anchors_qasymm16() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGenerateProposalsLayerKernel.cpp108 const size_t num_anchors = anchors->dimension(1); in validate_arguments() local
135 const size_t num_anchors = anchors->info()->dimension(1); in configure() local
/external/ComputeLibrary/tests/validation/CL/
DGenerateProposalsLayer.cpp163 const int num_anchors = 3; local
229 const int num_anchors = 2; variable
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEGenerateProposalsLayer.cpp81 …const int num_anchors = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
221 …const int num_anchors = scores->dimension(get_data_layout_dimension_index(scores->data_layou… in validate() local
/external/ComputeLibrary/tests/validation/NEON/
DGenerateProposalsLayer.cpp163 const int num_anchors = 3; local
229 const int num_anchors = 2; variable
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGenerateProposalsLayer.cpp91 …const int num_anchors = scores->info()->dimension(get_data_layout_dimension_index(scores… in configure() local
219 …const int num_anchors = scores->dimension(get_data_layout_dimension_index(scores->data_layou… in validate() local
/external/ComputeLibrary/tests/validation/reference/
DComputeAllAnchors.cpp42 const int num_anchors = anchors.shape()[1]; in compute_all_anchors() local
/external/tensorflow/tensorflow/core/kernels/image/
Dgenerate_box_proposals_op.cu.cc49 const int width, const int num_anchors, const float min_size, in GeneratePreNMSUprightBoxesKernel()
316 const auto num_anchors = scores.dim_size(3); in Compute() local