Home
last modified time | relevance | path

Searched refs:nms_threshold (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dgenerate_box_proposals_op.cu.cc330 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/
DGenerateBoundingBoxProposals.pbtxt20 name: "nms_threshold"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DGenerateBoundingBoxProposals.pbtxt20 name: "nms_threshold"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GenerateBoundingBoxProposals.pbtxt30 name: "nms_threshold"
71 `nms_threshold` intersection-over-union (iou) value, discarding boxes where shorter
/external/tensorflow/tensorflow/core/ops/
Dimage_ops.cc1123 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()
Dops.pbtxt18307 name: "nms_threshold"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt109 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
Dtensorflow.raw_ops.pbtxt1769 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt113 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
Dtensorflow.raw_ops.pbtxt1769 …argspec: "args=[\'scores\', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre…
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5729 nms_threshold=0.7, argument
5767 nms_threshold=nms_threshold,
/external/tensorflow/tensorflow/go/op/
Dwrappers.go41752 …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,