Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefDetectionPostProcessTests.cpp76 const std::vector<float>& expectedNumDetections) in DetectionPostProcessTestImpl()
177 std::vector<float> expectedNumDetections({ 2.0f }); variable
192 std::vector<float> expectedNumDetections({ 3.0f }); variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDetectionPostProcessEndToEndTestImpl.hpp71 const std::vector<float>& expectedNumDetections, in DetectionPostProcessEndToEnd()
128 std::vector<float> expectedNumDetections({ 2.0f }); in DetectionPostProcessRegularNmsEndToEnd() local
158 std::vector<float> expectedNumDetections({ 3.0f }); in DetectionPostProcessFastNmsEndToEnd() local
/aosp_15_r20/external/armnn/tests/
H A DMobileNetSsdInferenceTest.hpp57 const size_t expectedNumDetections = m_DetectedObjects.size(); in ProcessResult() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DDetectionPostProcessTestImpl.hpp150 const std::vector<float>& expectedNumDetections, in DetectionPostProcessImpl()