Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h43 const float box_j_y_max = std::max<float>(box_j.y1, box_j.y2); in ComputeIntersectionOverUnion() local
50 (box_j_y_max - box_j_y_min) * (box_j_x_max - box_j_x_min); in ComputeIntersectionOverUnion()
52 const float intersection_ymax = std::min<float>(box_i_y_max, box_j_y_max); in ComputeIntersectionOverUnion()