tf.contrib.deprecated.merge_all_summaries

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

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

Args
key GraphKey used to collect the summaries. Defaults to GraphKeys.SUMMARIES.
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.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/deprecated/merge_all_summaries