Searched refs:grayscale_to_rgb (Results 1 – 4 of 4) sorted by relevance
108 name: "grayscale_to_rgb"
200 y = image_ops.grayscale_to_rgb(x_tf)210 y = image_ops.grayscale_to_rgb(x_tf)226 rgb = image_ops.grayscale_to_rgb(gray_tf)237 rgb_unknown = image_ops.grayscale_to_rgb(gray_tf_unknown)
1754 def grayscale_to_rgb(images, name=None): function