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.

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

A Tensor of type string.