Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/kernels/
DCLGenerateProposalsLayerKernel.cpp42 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/
DNEGenerateProposalsLayerKernel.cpp97 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/
DComputeAllAnchors.cpp47 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/
Dimpl.cpp32 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()
Dfp32.cpp29 void neon_fp32_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_fp32_computeallanchors()
Dfp16.cpp30 void neon_fp16_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_fp16_computeallanchors()
Dqsymm16.cpp29 void neon_qu16_computeallanchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo a… in neon_qu16_computeallanchors()
/external/ComputeLibrary/tests/validation/fixtures/
DComputeAllAnchorsFixture.h66 TensorType all_anchors; in compute_target() local
/external/ComputeLibrary/tests/validation/CL/
DGenerateProposalsLayer.cpp206 CLTensor all_anchors; local
/external/ComputeLibrary/tests/validation/NEON/
DGenerateProposalsLayer.cpp206 Tensor all_anchors; local