Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefDetectionPostProcessTests.cpp74 const std::vector<float>& expectedDetectionClasses, in DetectionPostProcessTestImpl()
176 std::vector<float> expectedDetectionClasses({ 1.0f, 0.0f, 0.0f }); variable
191 std::vector<float> expectedDetectionClasses({ 1.0f, 0.0f, 0.0f }); variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDetectionPostProcessEndToEndTestImpl.hpp69 const std::vector<float>& expectedDetectionClasses, in DetectionPostProcessEndToEnd()
127 std::vector<float> expectedDetectionClasses({ 1.0f, 0.0f, 0.0f }); in DetectionPostProcessRegularNmsEndToEnd() local
157 std::vector<float> expectedDetectionClasses({ 1.0f, 0.0f, 0.0f }); in DetectionPostProcessFastNmsEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DDetectionPostProcessTestImpl.hpp148 const std::vector<float>& expectedDetectionClasses, in DetectionPostProcessImpl()