Searched defs:intersection_xmax (Results 1 – 4 of 4) sorted by relevance
53 const float intersection_xmax = std::min<float>(box_i_x_max, box_j_x_max); in ComputeIntersectionOverUnion() local
140 const float intersection_xmax = Eigen::numext::mini<float>(xmax_i, xmax_j); in IOU() local164 const float intersection_xmax = Eigen::numext::mini<float>(xmax_i, xmax_j); in IOU() local
827 const float intersection_xmax = std::min<float>(xmax_i, xmax_j); in AddIoUInput() local
411 const float intersection_xmax = std::min<float>(box_i.xmax, box_j.xmax); in ComputeIntersectionOverUnion() local