Searched refs:intersection_ymax (Results 1 – 3 of 3) sorted by relevance
358 const float intersection_ymax = std::min<float>(box_i.ymax, box_j.ymax); in ComputeIntersectionOverUnion() local361 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in ComputeIntersectionOverUnion()
122 const T intersection_ymax = std::min<T>(ymax_i, ymax_j); in IOUGreaterThanThreshold() local125 std::max<T>(intersection_ymax - intersection_ymin, static_cast<T>(0.0)) * in IOUGreaterThanThreshold()
681 const float intersection_ymax = std::min<float>(ymax_i, ymax_j); in AddIoUInput() local684 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in AddIoUInput()