Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h39 const float box_i_y_max = std::max<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()
52 const float intersection_ymax = std::min<float>(box_i_y_max, box_j_y_max); in ComputeIntersectionOverUnion()