Home
last modified time | relevance | path

Searched refs:pre_nms_topn (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dgenerate_box_proposals_op.cu.cc227 int box_dim, int post_nms_topn, int pre_nms_topn) { in AllocatePreNMSTempTensors() argument
331 int pre_nms_topn; in Compute() local
339 OP_REQUIRES_OK(context, GetScalarValue(context, 5, &pre_nms_topn)); in Compute()
340 if (pre_nms_topn <= 0) { in Compute()
342 "pre_nms_topn should be greater than 0", pre_nms_topn)); in Compute()
374 const int nboxes_to_generate = std::min(conv_layer_nboxes, pre_nms_topn); in Compute()
440 nboxes_generated, box_dim, post_nms_topn_, pre_nms_topn)); in Compute()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DGenerateBoundingBoxProposals.pbtxt24 name: "pre_nms_topn"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DGenerateBoundingBoxProposals.pbtxt24 name: "pre_nms_topn"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GenerateBoundingBoxProposals.pbtxt36 name: "pre_nms_topn"
69 The op selects top `pre_nms_topn` scoring boxes, decodes them with respect to anchors,
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt109 …', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre_nms_topn\', \'min_size\'…
Dtensorflow.raw_ops.pbtxt1769 …', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre_nms_topn\', \'min_size\'…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt113 …', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre_nms_topn\', \'min_size\'…
Dtensorflow.raw_ops.pbtxt1769 …', \'bbox_deltas\', \'image_info\', \'anchors\', \'nms_threshold\', \'pre_nms_topn\', \'min_size\'…
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5730 pre_nms_topn=6000, argument
5768 pre_nms_topn=pre_nms_topn,
/external/tensorflow/tensorflow/go/op/
Dwrappers.go41752 …ut, image_info tf.Output, anchors tf.Output, nms_threshold tf.Output, pre_nms_topn tf.Output, min_…
41763 scores, bbox_deltas, image_info, anchors, nms_threshold, pre_nms_topn, min_size,
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt18311 name: "pre_nms_topn"