Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc119 const T ymin_j = std::min<T>(boxes(j, 0), boxes(j, 2)); in IOU() local
124 const T area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in IOU()
128 const T intersection_ymin = std::max<T>(ymin_i, ymin_j); in IOU()
Dnon_max_suppression_op_test.cc750 const float ymin_j = in AddIoUInput() local
759 const float area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in AddIoUInput()
765 const float intersection_ymin = std::max<float>(ymin_i, ymin_j); in AddIoUInput()