Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5617 def draw_bounding_boxes_v2(images, boxes, colors, name=None): function
5667 return gen_image_ops.draw_bounding_boxes_v2(images, boxes, colors, name)
5720 return draw_bounding_boxes_v2(images, boxes, colors, name)