tf.contrib.summary.image

View source on GitHub

Writes an image summary if possible.

tf.contrib.summary.image(
    name,
    tensor,
    bad_color=None,
    max_images=3,
    family=None,
    step=None
)