Searched refs:intersection_xmin (Results 1 – 3 of 3) sorted by relevance
357 const float intersection_xmin = std::max<float>(box_i.xmin, box_j.xmin); in ComputeIntersectionOverUnion() local362 std::max<float>(intersection_xmax - intersection_xmin, 0.0); in ComputeIntersectionOverUnion()
121 const T intersection_xmin = std::max<T>(xmin_i, xmin_j); in IOUGreaterThanThreshold() local126 std::max<T>(intersection_xmax - intersection_xmin, static_cast<T>(0.0)); in IOUGreaterThanThreshold()
680 const float intersection_xmin = std::max<float>(xmin_i, xmin_j); in AddIoUInput() local685 std::max<float>(intersection_xmax - intersection_xmin, 0.0); in AddIoUInput()