MergeSummary
tensorflow C++ API
Merges summaries.
Summary
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 anInvalidArgumenterror if multiple values in the summaries to merge use the same tag.
Arguments:
- scope: A Scope object
- inputs: Can be of any shape. Each must contain serialized
Summaryprotocol buffers.
Returns:
Output: Scalar. SerializedSummaryprotocol buffer.
MergeSummary block
Source link : https://github.com/EXPNUNI/enuSpace-Tensorflow/blob/master/enuSpaceTensorflow/tf_logging_ops.cpp

Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
- InputList inputs : InputList node.
Return:
- Output summary : Scalar. Serialized
Summaryprotocol buffer.
Result:
- std::vector<Tensor> result_summary : Returned object of executed result by calling session.
Using Method
