Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc356 const float intersection_ymin = std::max<float>(box_i.ymin, box_j.ymin); in ComputeIntersectionOverUnion() local
361 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in ComputeIntersectionOverUnion()
/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc120 const T intersection_ymin = std::max<T>(ymin_i, ymin_j); in IOUGreaterThanThreshold() local
125 std::max<T>(intersection_ymax - intersection_ymin, static_cast<T>(0.0)) * in IOUGreaterThanThreshold()
Dnon_max_suppression_op_test.cc679 const float intersection_ymin = std::max<float>(ymin_i, ymin_j); in AddIoUInput() local
684 std::max<float>(intersection_ymax - intersection_ymin, 0.0) * in AddIoUInput()