Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc113 const T ymin_j = std::min<T>(boxes(j, 0), boxes(j, 2)); in IOUGreaterThanThreshold() local
118 const T area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in IOUGreaterThanThreshold()
120 const T intersection_ymin = std::max<T>(ymin_i, ymin_j); in IOUGreaterThanThreshold()
Dnon_max_suppression_op_test.cc664 const float ymin_j = in AddIoUInput() local
673 const float area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in AddIoUInput()
679 const float intersection_ymin = std::max<float>(ymin_i, ymin_j); in AddIoUInput()