W3cubDocs

/TensorFlow 2.4

tf.raw_ops.MergeSummary

Merges summaries.

This op creates a Summary protocol buffer that contains the union of all the values in the input summaries.

When the Op is run, it reports an InvalidArgument error if multiple values in the summaries to merge use the same tag.

Args
inputs A list of at least 1 Tensor objects with type string. Can be of any shape. Each must contain serialized Summary protocol buffers.
name A name for the operation (optional).
Returns
A Tensor of type string.

© 2020 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/versions/r2.4/api_docs/python/tf/raw_ops/MergeSummary