tf.contrib.summary.generic

View source on GitHub

Writes a tensor summary if possible.

tf.contrib.summary.generic(
    name,
    tensor,
    metadata=None,
    family=None,
    step=None
)