Home
last modified time | relevance | path

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

/external/armnn/src/backends/reference/test/
DRefDetectionPostProcessTests.cpp73 const std::vector<float>& expectedDetectionBoxes, in DetectionPostProcessTestImpl()
175 std::vector<float> expectedDetectionBoxes({ in BOOST_AUTO_TEST_CASE() local
191 std::vector<float> expectedDetectionBoxes({ in BOOST_AUTO_TEST_CASE() local
/external/armnn/src/backends/backendsCommon/test/
DDetectionPostProcessEndToEndTestImpl.hpp66 const std::vector<float>& expectedDetectionBoxes, in DetectionPostProcessEndToEnd()
116 std::vector<float> expectedDetectionBoxes({ in DetectionPostProcessRegularNmsEndToEnd() local
146 std::vector<float> expectedDetectionBoxes({ in DetectionPostProcessFastNmsEndToEnd() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DDetectionPostProcessTestImpl.hpp145 const std::vector<float>& expectedDetectionBoxes, in DetectionPostProcessImpl()