Searched refs:xmax_j (Results 1 – 2 of 2) sorted by relevance
122 const T xmax_j = std::max<T>(boxes(j, 1), boxes(j, 3)); in IOU() local124 const T area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in IOU()131 const T intersection_xmax = std::min<T>(xmax_i, xmax_j); in IOU()
756 const float xmax_j = in AddIoUInput() local759 const float area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in AddIoUInput()768 const float intersection_xmax = std::min<float>(xmax_i, xmax_j); in AddIoUInput()