Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h44 const float box_j_x_min = std::min<float>(box_j.x1, box_j.x2); in ComputeIntersectionOverUnion() local
50 (box_j_y_max - box_j_y_min) * (box_j_x_max - box_j_x_min); in ComputeIntersectionOverUnion()
55 const float intersection_xmin = std::max<float>(box_i_x_min, box_j_x_min); in ComputeIntersectionOverUnion()