| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | ComputeAllAnchorsFixture.h | 48 …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/ |
| D | CLGenerateProposalsLayerKernel.cpp | 53 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/ |
| D | impl.cpp | 37 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/ |
| D | NEGenerateProposalsLayerKernel.cpp | 108 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/ |
| D | GenerateProposalsLayer.cpp | 163 const int num_anchors = 3; local 229 const int num_anchors = 2; variable
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEGenerateProposalsLayer.cpp | 81 …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/ |
| D | GenerateProposalsLayer.cpp | 163 const int num_anchors = 3; local 229 const int num_anchors = 2; variable
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLGenerateProposalsLayer.cpp | 91 …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/ |
| D | ComputeAllAnchors.cpp | 42 const int num_anchors = anchors.shape()[1]; in compute_all_anchors() local
|
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | generate_box_proposals_op.cu.cc | 49 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
|