Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPDetectionOutputLayer.cpp350 float intersect_width = intersect_bbox[2] - intersect_bbox[0]; in ApplyNMSFast() local
354 if(intersect_width > 0 && intersect_height > 0) in ApplyNMSFast()
356 float intersect_size = intersect_width * intersect_height; in ApplyNMSFast()