Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefDetectionPostProcessTests.cpp75 const std::vector<float>& expectedDetectionScores, in DetectionPostProcessTestImpl()
175 std::vector<float> expectedDetectionScores({ 0.95f, 0.93f, 0.0f }); variable
190 std::vector<float> expectedDetectionScores({ 0.95f, 0.9f, 0.3f }); variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDetectionPostProcessEndToEndTestImpl.hpp70 const std::vector<float>& expectedDetectionScores, in DetectionPostProcessEndToEnd()
126 std::vector<float> expectedDetectionScores({ 0.95f, 0.93f, 0.0f }); in DetectionPostProcessRegularNmsEndToEnd() local
156 std::vector<float> expectedDetectionScores({ 0.95f, 0.9f, 0.3f }); in DetectionPostProcessFastNmsEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DDetectionPostProcessTestImpl.hpp149 const std::vector<float>& expectedDetectionScores, in DetectionPostProcessImpl()