tf.compat.v1.summary.tensor_summary

View source on GitHub

Outputs a Summary protocol buffer with a serialized tensor.proto.

tf.compat.v1.summary.tensor_summary(
    name, tensor, summary_description=None, collections=None, summary_metadata=None,
    family=None, display_name=None
)

Args:

Returns:

A scalar Tensor of type string. The serialized Summary protocol buffer.