Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc317 const float iou_threshold_val, const float score_threshold, in DoNMS()
493 const float iou_threshold_val = GetScalar<float>(iou_threshold); in CheckValidInputs() local
551 const float iou_threshold_val = GetScalar<float>(iou_threshold); in Compute() local
597 const float iou_threshold_val = GetScalar<float>(iou_threshold); in Compute() local
650 const float iou_threshold_val = GetScalar<float>(iou_threshold); in Compute() local
Dnon_max_suppression_op.cc683 const T iou_threshold_val = GetScalar<T>(iou_threshold); in Compute() local
731 const T iou_threshold_val = GetScalar<T>(iou_threshold); in Compute() local
785 const T iou_threshold_val = GetScalar<T>(iou_threshold); in Compute() local
854 const T iou_threshold_val = iou_threshold.scalar<T>()(); in Compute() local
1004 const float iou_threshold_val = iou_threshold.scalar<float>()(); in Compute() local