Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NonMaxSuppressionWithOverlaps.pbtxt25 name: "overlap_threshold"
59 overlaps, scores, max_output_size, overlap_threshold, score_threshold)
/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc133 float overlap_threshold) { in OverlapsGreaterThanThreshold() argument
134 return overlaps(i, j) > overlap_threshold; in OverlapsGreaterThanThreshold()
647 const Tensor& overlap_threshold = context->input(3); in Compute() local
649 context, TensorShapeUtils::IsScalar(overlap_threshold.shape()), in Compute()
651 overlap_threshold.shape().DebugString())); in Compute()
652 const float overlap_threshold_val = overlap_threshold.scalar<float>()(); in Compute()
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc878 ShapeHandle overlap_threshold; in __anonc970e8b61902() local
879 TF_RETURN_IF_ERROR(c->WithRank(c->input(3), 0, &overlap_threshold)); in __anonc970e8b61902()
Dops.pbtxt21001 name: "overlap_threshold"
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2556 overlap_threshold=0.5, argument
2590 overlap_threshold = ops.convert_to_tensor(
2591 overlap_threshold, name='overlap_threshold')
2594 overlaps, scores, max_output_size, overlap_threshold, score_threshold)
Dimage_ops_test.py4465 overlap_threshold = 0.6
4469 overlaps, scores, max_output_size, overlap_threshold, score_threshold)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt129 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
Dtensorflow.raw_ops.pbtxt2161 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt129 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
Dtensorflow.raw_ops.pbtxt2161 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go20384 …e, overlaps tf.Output, scores tf.Output, max_output_size tf.Output, overlap_threshold tf.Output, s…
20391 overlaps, scores, max_output_size, overlap_threshold, score_threshold,
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v1.pbtxt42178 name: "overlap_threshold"
Dops_history.v2.pbtxt41655 name: "overlap_threshold"