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 | |
---|---|
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.
|