W3cubDocs

/TensorFlow Python

tf.contrib.deprecated.merge_all_summaries(args, *kwargs)

tf.contrib.deprecated.merge_all_summaries(*args, **kwargs)

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

THIS FUNCTION IS DEPRECATED. It will be removed after 2016-11-30. Instructions for updating: Please switch to tf.summary.merge_all.

This op is deprecated. Please switch to tf.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.

Defined in tensorflow/python/util/deprecation.py.

© 2017 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/api_docs/python/tf/contrib/deprecated/merge_all_summaries