Searched refs:xmax_i (Results 1 – 2 of 2) sorted by relevance
118 const T xmax_i = std::max<T>(boxes(i, 1), boxes(i, 3)); in IOU() local123 const T area_i = (ymax_i - ymin_i) * (xmax_i - xmin_i); in IOU()131 const T intersection_xmax = std::min<T>(xmax_i, xmax_j); in IOU()
748 const float xmax_i = in AddIoUInput() local758 const float area_i = (ymax_i - ymin_i) * (xmax_i - xmin_i); in AddIoUInput()768 const float intersection_xmax = std::min<float>(xmax_i, xmax_j); in AddIoUInput()