tf.contrib.deprecated.merge_all_summaries

View source on GitHub

Merges all summaries collected in the default graph. (deprecated)

tf.contrib.deprecated.merge_all_summaries(key=tf.GraphKeys.SUMMARIES)

This op is deprecated. Please switch to tf.compat.v1.summary.merge_all, which has identical behavior.

Args:

Returns:

If no summaries were collected, returns None. Otherwise returns a scalar Tensor of type string containing the serialized Summary protocol buffer resulting from the merging.