Home
last modified time | relevance | path

Searched refs:compare_detection (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DNMS.hpp49 bool compare_detection(const yolov3::Detection& detection,
H A DNMS.cpp84 bool compare_detection(const yolov3::Detection& detection, in compare_detection() function
H A DTfLiteYoloV3Big-Armnn.cpp302 if (!yolov3::compare_detection(detection, intermediate)) in CheckAccuracy()