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