Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc606 const float score_threshold_val = std::numeric_limits<float>::lowest(); in Compute() local
653 const T score_threshold_val = std::numeric_limits<T>::lowest(); in Compute() local
698 const T score_threshold_val = score_threshold.scalar<T>()(); in Compute() local
752 const T score_threshold_val = score_threshold.scalar<T>()(); in Compute() local
818 const T score_threshold_val = score_threshold.scalar<T>()(); in Compute() local
890 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local
960 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local
Dnon_max_suppression_op.cu.cc660 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local
705 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local