Searched refs:overlap_threshold (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_NonMaxSuppressionWithOverlaps.pbtxt | 25 name: "overlap_threshold" 59 overlaps, scores, max_output_size, overlap_threshold, score_threshold)
|
/external/tensorflow/tensorflow/core/kernels/ |
D | non_max_suppression_op.cc | 133 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/ |
D | image_ops.cc | 878 ShapeHandle overlap_threshold; in __anonc970e8b61902() local 879 TF_RETURN_IF_ERROR(c->WithRank(c->input(3), 0, &overlap_threshold)); in __anonc970e8b61902()
|
D | ops.pbtxt | 21001 name: "overlap_threshold"
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 2556 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)
|
D | image_ops_test.py | 4465 overlap_threshold = 0.6 4469 overlaps, scores, max_output_size, overlap_threshold, score_threshold)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 129 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
|
D | tensorflow.raw_ops.pbtxt | 2161 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 129 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
|
D | tensorflow.raw_ops.pbtxt | 2161 …argspec: "args=[\'overlaps\', \'scores\', \'max_output_size\', \'overlap_threshold\', \'score_thre…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 20384 …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/ |
D | ops_history.v1.pbtxt | 42178 name: "overlap_threshold"
|
D | ops_history.v2.pbtxt | 41655 name: "overlap_threshold"
|