Searched refs:draw_bounding_boxes (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SampleDistortedBoundingBox.pbtxt | 34 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),
|
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 43 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),
|
D | api_def_StatelessSampleDistortedBoundingBox.pbtxt | 50 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/ |
D | draw_bounding_box_op_test.py | 91 image = image_ops.draw_bounding_boxes(image, bboxes, colors=colors)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 76 name: "draw_bounding_boxes"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 76 name: "draw_bounding_boxes"
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 5666 return gen_image_ops.draw_bounding_boxes(images, boxes, name) 5672 def draw_bounding_boxes(images, boxes, name=None, colors=None): function
|