Home
last modified time | relevance | path

Searched refs:compute_all_anchors (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DComputeAllAnchors.cpp40 SimpleTensor<T> compute_all_anchors(const SimpleTensor<T> &anchors, const ComputeAnchorsInfo &info) in compute_all_anchors() function
77 template SimpleTensor<float> compute_all_anchors(const SimpleTensor<float> &anchors, const ComputeA…
78 template SimpleTensor<half> compute_all_anchors(const SimpleTensor<half> &anchors, const ComputeAnc…
81 SimpleTensor<int16_t> compute_all_anchors(const SimpleTensor<int16_t> &anchors, const ComputeAnchor… in compute_all_anchors() function
84 SimpleTensor<float> all_anchors_tmp = compute_all_anchors(anchors_tmp, info); in compute_all_anchors()
DComputeAllAnchors.h40 SimpleTensor<T> compute_all_anchors(const SimpleTensor<T> &anchors, const ComputeAnchorsInfo &info);
/external/ComputeLibrary/tests/validation/fixtures/
DComputeAllAnchorsFixture.h69 FunctionType compute_all_anchors; in compute_target() local
70 compute_all_anchors.configure(&anchors, &all_anchors, info); in compute_target()
84 compute_all_anchors.run(); in compute_target()
99 return reference::compute_all_anchors(anchors, info); in compute_reference()
/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() function
60 template void compute_all_anchors<float>(const ITensor *anchors, ITensor *all_anchors, ComputeAncho…
62 template void compute_all_anchors<float16_t>(const ITensor *anchors, ITensor *all_anchors, ComputeA…
Dfp32.cpp31 return compute_all_anchors<float>(anchors, all_anchors, anchors_info, window); in neon_fp32_computeallanchors()
Dfp16.cpp32 return compute_all_anchors<float16_t>(anchors, all_anchors, anchors_info, window); in neon_fp16_computeallanchors()
Dimpl.h36 void compute_all_anchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo anchors_i…