Searched defs:expectedDetectionScores (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/reference/test/ |
H A D | RefDetectionPostProcessTests.cpp | 75 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 D | DetectionPostProcessEndToEndTestImpl.hpp | 70 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 D | DetectionPostProcessTestImpl.hpp | 149 const std::vector<float>& expectedDetectionScores, in DetectionPostProcessImpl()
|