Searched refs:nms_threshold (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | generate_box_proposals_op.cu.cc | 330 float nms_threshold; in Compute() local 333 OP_REQUIRES_OK(context, GetScalarValue(context, 4, &nms_threshold)); in Compute() 334 if (nms_threshold < 0 || nms_threshold > 1.0) { in Compute() 336 "nms_threshold should be between 0 and 1. Got ", nms_threshold)); in Compute() 516 nms_threshold, d_image_boxes_keep_list, in Compute()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | GenerateBoundingBoxProposals.pbtxt | 20 name: "nms_threshold"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | GenerateBoundingBoxProposals.pbtxt | 20 name: "nms_threshold"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GenerateBoundingBoxProposals.pbtxt | 30 name: "nms_threshold" 71 `nms_threshold` intersection-over-union (iou) value, discarding boxes where shorter
|
/external/tensorflow/tensorflow/core/ops/ |
D | image_ops.cc | 1123 ShapeHandle scores, images, bounding_boxes, anchors, nms_threshold, in __anonc970e8b61e02() local 1133 TF_RETURN_IF_ERROR(c->WithRank(c->input(4), 0, &nms_threshold)); in __anonc970e8b61e02()
|
D | ops.pbtxt | 18307 name: "nms_threshold"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 109 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
|
D | tensorflow.raw_ops.pbtxt | 1769 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 113 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
|
D | tensorflow.raw_ops.pbtxt | 1769 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 5729 nms_threshold=0.7, argument 5767 nms_threshold=nms_threshold,
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 41752 …tput, bbox_deltas tf.Output, image_info tf.Output, anchors tf.Output, nms_threshold tf.Output, pre… 41763 scores, bbox_deltas, image_info, anchors, nms_threshold, pre_nms_topn, min_size,
|