Searched refs:compute_all_anchors (Results 1 – 7 of 7) sorted by relevance
/external/ComputeLibrary/tests/validation/reference/ |
D | ComputeAllAnchors.cpp | 40 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()
|
D | ComputeAllAnchors.h | 40 SimpleTensor<T> compute_all_anchors(const SimpleTensor<T> &anchors, const ComputeAnchorsInfo &info);
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | ComputeAllAnchorsFixture.h | 69 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/ |
D | impl.cpp | 32 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…
|
D | fp32.cpp | 31 return compute_all_anchors<float>(anchors, all_anchors, anchors_info, window); in neon_fp32_computeallanchors()
|
D | fp16.cpp | 32 return compute_all_anchors<float16_t>(anchors, all_anchors, anchors_info, window); in neon_fp16_computeallanchors()
|
D | impl.h | 36 void compute_all_anchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo anchors_i…
|