Home
last modified time | relevance | path

Searched refs:draw_bounding_boxes (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SampleDistortedBoundingBox.pbtxt34 Provide as input to `tf.image.draw_bounding_boxes`.
102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
118 image_with_box = tf.image.draw_bounding_boxes(tf.expand_dims(image, 0),
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt43 Provide as input to `tf.image.draw_bounding_boxes`.
102 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
118 image_with_box = tf.image.draw_bounding_boxes(tf.expand_dims(image, 0),
Dapi_def_StatelessSampleDistortedBoundingBox.pbtxt50 Provide as input to `tf.image.draw_bounding_boxes`.
96 image. The latter may be supplied to `tf.image.draw_bounding_boxes` to visualize
126 >>> tf.image.draw_bounding_boxes(
/external/tensorflow/tensorflow/python/kernel_tests/
Ddraw_bounding_box_op_test.py91 image = image_ops.draw_bounding_boxes(image, bboxes, colors=colors)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt76 name: "draw_bounding_boxes"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt76 name: "draw_bounding_boxes"
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5666 return gen_image_ops.draw_bounding_boxes(images, boxes, name)
5672 def draw_bounding_boxes(images, boxes, name=None, colors=None): function