contrib.deprecated.merge_all_summaries

tf.contrib.deprecated.merge_all_summaries

tf.contrib.deprecated.merge_all_summaries

merge_all_summaries(key=tf.GraphKeys.SUMMARIES)

Defined in tensorflow/python/ops/logging_ops.py.

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.

© 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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部