Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc120 const T xmin_j = std::min<T>(boxes(j, 1), boxes(j, 3)); in IOU() local
124 const T area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in IOU()
129 const T intersection_xmin = std::max<T>(xmin_i, xmin_j); in IOU()
Dnon_max_suppression_op_test.cc752 const float xmin_j = in AddIoUInput() local
759 const float area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in AddIoUInput()
766 const float intersection_xmin = std::max<float>(xmin_i, xmin_j); in AddIoUInput()