Home
last modified time | relevance | path

Searched defs:expectedNumDetections (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/backends/reference/test/
DRefDetectionPostProcessTests.cpp76 const std::vector<float>& expectedNumDetections) in DetectionPostProcessTestImpl()
183 std::vector<float> expectedNumDetections({ 2.0f }); in BOOST_AUTO_TEST_CASE() local
198 std::vector<float> expectedNumDetections({ 3.0f }); in BOOST_AUTO_TEST_CASE() local
/external/armnn/src/backends/backendsCommon/test/
DDetectionPostProcessEndToEndTestImpl.hpp69 const std::vector<float>& expectedNumDetections, in DetectionPostProcessEndToEnd()
123 std::vector<float> expectedNumDetections({ 2.0f }); in DetectionPostProcessRegularNmsEndToEnd() local
153 std::vector<float> expectedNumDetections({ 3.0f }); in DetectionPostProcessFastNmsEndToEnd() local
/external/armnn/tests/
DMobileNetSsdInferenceTest.hpp57 const size_t expectedNumDetections = m_DetectedObjects.size(); in ProcessResult() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DDetectionPostProcessTestImpl.hpp148 const std::vector<float>& expectedNumDetections, in DetectionPostProcessImpl()