Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NonMaxSuppressionWithOverlaps.pbtxt60 selected_boxes = tf.gather(boxes, selected_indices)
Dapi_def_NonMaxSuppression.pbtxt54 selected_boxes = tf.gather(boxes, selected_indices)
Dapi_def_NonMaxSuppressionV2.pbtxt56 selected_boxes = tf.gather(boxes, selected_indices)
Dapi_def_NonMaxSuppressionV3.pbtxt62 selected_boxes = tf.gather(boxes, selected_indices)
Dapi_def_NonMaxSuppressionV4.pbtxt76 selected_boxes = tf.gather(boxes, selected_indices)
Dapi_def_NonMaxSuppressionV5.pbtxt93 selected_boxes = tf.gather(boxes, selected_indices)
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc312 Tensor selected_boxes; in NmsGpu() local
314 DataType::DT_INT8, TensorShape({num_boxes}), &selected_boxes)); in NmsGpu()
323 char* selected = (char*)(selected_boxes.flat<int8>().data()); in NmsGpu()
Dnon_max_suppression_op.cc344 std::vector<float> selected_boxes; in DoNMSPerClass() local
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5517 selected_boxes, _, output_size, _ = control_flow_ops.while_loop(
5536 selected_boxes > 0, [2]), dtypes.int32) *
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td1299 selected_boxes = tf.gather(boxes, selected_indices)
1349 selected_boxes = tf.gather(boxes, selected_indices)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td8887 selected_boxes = tf.gather(boxes, selected_indices)
8935 selected_boxes = tf.gather(boxes, selected_indices)
8985 selected_boxes = tf.gather(boxes, selected_indices)