Searched refs:intersection_ymin (Results 1 – 3 of 3) sorted by relevance
356 const float intersection_ymin = std::max<float>(box_i.ymin, box_j.ymin); in ComputeIntersectionOverUnion() local361 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in ComputeIntersectionOverUnion()
120 const T intersection_ymin = std::max<T>(ymin_i, ymin_j); in IOUGreaterThanThreshold() local125 std::max<T>(intersection_ymax - intersection_ymin, static_cast<T>(0.0)) * in IOUGreaterThanThreshold()
679 const float intersection_ymin = std::max<float>(ymin_i, ymin_j); in AddIoUInput() local684 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in AddIoUInput()