Searched defs:all_anchors (Results 1 – 10 of 10) sorted by relevance
| /external/ComputeLibrary/src/core/CL/kernels/ |
| D | CLGenerateProposalsLayerKernel.cpp | 42 Status validate_arguments(const ITensorInfo *anchors, const ITensorInfo *all_anchors, const Compute… in validate_arguments() 74 void CLComputeAllAnchorsKernel::configure(const ICLTensor *anchors, ICLTensor *all_anchors, const C… in configure() 79 …nst CLCompileContext &compile_context, const ICLTensor *anchors, ICLTensor *all_anchors, const Com… in configure() 129 …omputeAllAnchorsKernel::validate(const ITensorInfo *anchors, const ITensorInfo *all_anchors, const… in validate()
|
| /external/ComputeLibrary/src/core/NEON/kernels/ |
| D | NEGenerateProposalsLayerKernel.cpp | 97 Status validate_arguments(const ITensorInfo *anchors, const ITensorInfo *all_anchors, const Compute… in validate_arguments() 129 void NEComputeAllAnchorsKernel::configure(const ITensor *anchors, ITensor *all_anchors, const Compu… in configure() 154 …omputeAllAnchorsKernel::validate(const ITensorInfo *anchors, const ITensorInfo *all_anchors, const… in validate()
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | ComputeAllAnchors.cpp | 47 SimpleTensor<T> all_anchors(TensorShape(4, width * height * num_anchors), anchors.data_type()); in compute_all_anchors() local 85 …SimpleTensor<int16_t> all_anchors = convert_to_symmetric<int16_t>(all_anchors_tmp, anchors.qua… in compute_all_anchors() local
|
| /external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/ |
| D | impl.cpp | 32 void compute_all_anchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo anchors_i… in compute_all_anchors() 65 void compute_all_anchors_qasymm16(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo … in compute_all_anchors_qasymm16()
|
| D | fp32.cpp | 29 void neon_fp32_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_fp32_computeallanchors()
|
| D | fp16.cpp | 30 void neon_fp16_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_fp16_computeallanchors()
|
| D | qsymm16.cpp | 29 void neon_qu16_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_qu16_computeallanchors()
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | ComputeAllAnchorsFixture.h | 66 TensorType all_anchors; in compute_target() local
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | GenerateProposalsLayer.cpp | 206 CLTensor all_anchors; local
|
| /external/ComputeLibrary/tests/validation/NEON/ |
| D | GenerateProposalsLayer.cpp | 206 Tensor all_anchors; local
|