Home
last modified time | relevance | path

Searched refs:intersection_ymax (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc358 const float intersection_ymax = std::min<float>(box_i.ymax, box_j.ymax); in ComputeIntersectionOverUnion() local
361 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in ComputeIntersectionOverUnion()
/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc122 const T intersection_ymax = std::min<T>(ymax_i, ymax_j); in IOUGreaterThanThreshold() local
125 std::max<T>(intersection_ymax - intersection_ymin, static_cast<T>(0.0)) * in IOUGreaterThanThreshold()
Dnon_max_suppression_op_test.cc681 const float intersection_ymax = std::min<float>(ymax_i, ymax_j); in AddIoUInput() local
684 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in AddIoUInput()