Searched refs:iou_threshold_val (Results 1 – 1 of 1) sorted by relevance
500 const float iou_threshold_val = iou_threshold.scalar<float>()(); in Compute() local502 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() local542 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() local593 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 …]