Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc115 const T ymax_j = std::max<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()
122 const T intersection_ymax = std::min<T>(ymax_i, ymax_j); in IOUGreaterThanThreshold()
Dnon_max_suppression_op_test.cc668 const float ymax_j = in AddIoUInput() local
673 const float area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in AddIoUInput()
681 const float intersection_ymax = std::min<float>(ymax_i, ymax_j); in AddIoUInput()