Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h38 const float box_i_y_min = std::min<float>(box_i.y1, box_i.y2); in ComputeIntersectionOverUnion() local
48 (box_i_y_max - box_i_y_min) * (box_i_x_max - box_i_x_min); in ComputeIntersectionOverUnion()
54 const float intersection_ymin = std::max<float>(box_i_y_min, box_j_y_min); in ComputeIntersectionOverUnion()