Writes a tensor summary.
tf.raw_ops.WriteSummary(
    writer, step, tensor, tag, summary_metadata, name=None
)
Writes tensor at step with tag using summary writer.
| Args | |
|---|---|
| writer | A Tensorof typeresource. | 
| step | A Tensorof typeint64. | 
| tensor | A Tensor. | 
| tag | A Tensorof typestring. | 
| summary_metadata | A Tensorof typestring. | 
| name | A name for the operation (optional). | 
| Returns | |
|---|---|
| The created Operation. |