Home
last modified time | relevance | path

Searched defs:score_threshold_val (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cc650 const float score_threshold_val = std::numeric_limits<float>::lowest(); in Compute() local
697 const T score_threshold_val = std::numeric_limits<T>::lowest(); in Compute() local
742 const T score_threshold_val = GetScalar<T>(score_threshold); in Compute() local
796 const T score_threshold_val = GetScalar<T>(score_threshold); in Compute() local
865 const T score_threshold_val = score_threshold.scalar<T>()(); in Compute() local
940 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local
1012 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local
H A Dnon_max_suppression_op.cu.cc589 const float score_threshold_val = GetScalar<float>(score_threshold); in Compute() local
634 const float score_threshold_val = GetScalar<float>(score_threshold); in Compute() local