Home
last modified time | relevance | path

Searched defs:area_intersection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DNMS.cpp44 const auto area_intersection = in iou() local
/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/
H A DCPPNonMaximumSuppressionKernel.cpp182 …const auto area_intersection = std::max<float>(y_max_intersection - y_min_intersection, 0.0f) * s… in run() local