Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CPP/kernels/
DCPPDetectionWindowNonMaximaSuppressionKernel.cpp35 bool compare_detection_window(const DetectionWindow &lhs, const DetectionWindow &rhs) in compare_detection_window() function
92 …:sort(_input_output->buffer(), _input_output->buffer() + num_candidates, compare_detection_window); in run()