Searched refs:xmin_j (Results 1 – 2 of 2) sorted by relevance
120 const T xmin_j = std::min<T>(boxes(j, 1), boxes(j, 3)); in IOU() local124 const T area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in IOU()129 const T intersection_xmin = std::max<T>(xmin_i, xmin_j); in IOU()
752 const float xmin_j = in AddIoUInput() local759 const float area_j = (ymax_j - ymin_j) * (xmax_j - xmin_j); in AddIoUInput()766 const float intersection_xmin = std::max<float>(xmin_i, xmin_j); in AddIoUInput()