Searched refs:score_threshold_val (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cc | 606 const float score_threshold_val = std::numeric_limits<float>::lowest(); in Compute() local 609 iou_threshold_, score_threshold_val, in Compute() 653 const T score_threshold_val = std::numeric_limits<T>::lowest(); in Compute() local 656 iou_threshold_val, score_threshold_val, in Compute() 698 const T score_threshold_val = score_threshold.scalar<T>()(); in Compute() local 711 iou_threshold_val, score_threshold_val, in Compute() 752 const T score_threshold_val = score_threshold.scalar<T>()(); in Compute() local 768 score_threshold_val, dummy_soft_nms_sigma, similarity_fn, in Compute() 818 const T score_threshold_val = score_threshold.scalar<T>()(); in Compute() local 845 score_threshold_val, soft_nms_sigma_val, similarity_fn, in Compute() [all …]
|
D | non_max_suppression_op.cu.cc | 660 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local 671 iou_threshold_val, score_threshold_val, in Compute() 705 const float score_threshold_val = score_threshold.scalar<float>()(); in Compute() local 726 iou_threshold_val, score_threshold_val, in Compute()
|