Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefDetectionPostProcessTests.cpp73 const std::vector<float>& expectedDetectionBoxes, in DetectionPostProcessTestImpl()
169 std::vector<float> expectedDetectionBoxes({ variable
185 std::vector<float> expectedDetectionBoxes({ variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDetectionPostProcessEndToEndTestImpl.hpp68 const std::vector<float>& expectedDetectionBoxes, in DetectionPostProcessEndToEnd()
121 std::vector<float> expectedDetectionBoxes({ in DetectionPostProcessRegularNmsEndToEnd() local
151 std::vector<float> expectedDetectionBoxes({ in DetectionPostProcessFastNmsEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DDetectionPostProcessTestImpl.hpp147 const std::vector<float>& expectedDetectionBoxes, in DetectionPostProcessImpl()