tf.summary.merge_all
Merges all summaries collected in the default graph.
tf.summary.merge_all(
key=tf.GraphKeys.SUMMARIES, scope=None, name=None
)
Args |
key
|
GraphKey used to collect the summaries. Defaults to
GraphKeys.SUMMARIES .
|
scope
|
Optional scope used to filter the summary ops, using re.match
|
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.
|
Raises |
RuntimeError
|
If called with eager execution enabled.
|
Eager Compatibility
Not compatible with eager execution. To write TensorBoard
summaries under eager execution, use tf.contrib.summary
instead.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]