Home
last modified time | relevance | path

Searched defs:compute_all_anchors (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DComputeAllAnchors.cpp40 SimpleTensor<T> compute_all_anchors(const SimpleTensor<T> &anchors, const ComputeAnchorsInfo &info) in compute_all_anchors() function
81 SimpleTensor<int16_t> compute_all_anchors(const SimpleTensor<int16_t> &anchors, const ComputeAnchor… in compute_all_anchors() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DComputeAllAnchorsFixture.h69 FunctionType compute_all_anchors; in compute_target() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/
H A Dimpl.cpp32 void compute_all_anchors(const ITensor *anchors, ITensor *all_anchors, ComputeAnchorsInfo anchors_i… in compute_all_anchors() function