Merges summaries.
This op creates a [`Summary`](https://www.tensorflow.org/code/tensorflow/core/framework/summary.proto) 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.
Constants
String | OP_NAME | The name of this op, as known by TensorFlow core engine |
Public Methods
Output<TString> |
asOutput()
Returns the symbolic handle of the tensor.
|
static MergeSummary | |
Output<TString> |
summary()
Scalar.
|
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Public Methods
public Output<TString> asOutput ()
Returns the symbolic handle of the tensor.
Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
public static MergeSummary create (Scope scope, Iterable<Operand<TString>> inputs)
Factory method to create a class wrapping a new MergeSummary operation.
Parameters
scope | current scope |
---|---|
inputs | Can be of any shape. Each must contain serialized `Summary` protocol buffers. |
Returns
- a new instance of MergeSummary