Merges summaries.
tf.raw_ops.MergeSummary(
    inputs, name=None
)
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 Tensorobjects with typestring.
Can be of any shape.  Each must contain serializedSummaryprotocol
buffers. | 
| name | A name for the operation (optional). | 
| Returns | |
|---|---|
| A Tensorof typestring. |