Home
last modified time | relevance | path

Searched defs:intersection_xmax (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dnon_max_suppression.h53 const float intersection_xmax = std::min<float>(box_i_x_max, box_j_x_max); in ComputeIntersectionOverUnion() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cc140 const float intersection_xmax = Eigen::numext::mini<float>(xmax_i, xmax_j); in IOU() local
164 const float intersection_xmax = Eigen::numext::mini<float>(xmax_i, xmax_j); in IOU() local
H A Dnon_max_suppression_op_test.cc827 const float intersection_xmax = std::min<float>(xmax_i, xmax_j); in AddIoUInput() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess.cc411 const float intersection_xmax = std::min<float>(box_i.xmax, box_j.xmax); in ComputeIntersectionOverUnion() local