Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc500 const float iou_threshold_val = iou_threshold.scalar<float>()(); in Compute() local
502 OP_REQUIRES(context, iou_threshold_val >= 0 && iou_threshold_val <= 1, in Compute()
511 CreateIOUSuppressCheckFn<T>(boxes, iou_threshold_val); in Compute()
541 const float iou_threshold_val = iou_threshold.scalar<float>()(); in Compute() local
542 OP_REQUIRES(context, iou_threshold_val >= 0 && iou_threshold_val <= 1, in Compute()
560 CreateIOUSuppressCheckFn<T>(boxes, iou_threshold_val); in Compute()
592 const float iou_threshold_val = iou_threshold.scalar<float>()(); in Compute() local
593 OP_REQUIRES(context, iou_threshold_val >= 0 && iou_threshold_val <= 1, in Compute()
611 CreateIOUSuppressCheckFn<T>(boxes, iou_threshold_val); in Compute()
714 const float iou_threshold_val = iou_threshold.scalar<float>()(); in Compute() local
[all …]