Searched refs:intersection_xmax (Results 1 – 3 of 3) sorted by relevance
359 const float intersection_xmax = std::min<float>(box_i.xmax, box_j.xmax); in ComputeIntersectionOverUnion() local362 std::max<float>(intersection_xmax - intersection_xmin, 0.0); in ComputeIntersectionOverUnion()
123 const T intersection_xmax = std::min<T>(xmax_i, xmax_j); in IOUGreaterThanThreshold() local126 std::max<T>(intersection_xmax - intersection_xmin, static_cast<T>(0.0)); in IOUGreaterThanThreshold()
682 const float intersection_xmax = std::min<float>(xmax_i, xmax_j); in AddIoUInput() local685 std::max<float>(intersection_xmax - intersection_xmin, 0.0); in AddIoUInput()