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.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.deprecated.merge_all_summaries\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/ops/logging_ops.py#L596-L617) |\n\nMerges all summaries collected in the default graph. (deprecated) \n\n tf.contrib.deprecated.merge_all_summaries(\n key=tf.GraphKeys.SUMMARIES\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed after 2016-11-30. Instructions for updating: Please switch to tf.summary.merge_all.\n\nThis op is deprecated. Please switch to tf.compat.v1.summary.merge_all, which\nhas\nidentical behavior.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|-------|------------------------------------------------------------------------------|\n| `key` | `GraphKey` used to collect the summaries. Defaults to `GraphKeys.SUMMARIES`. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| 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. ||\n\n\u003cbr /\u003e"]]