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 anInvalidArgument
error 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
Summary
protocol buffers.
Returns:
Output
: Scalar. SerializedSummary
protocol 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
Summary
protocol buffer.
Result:
- std::vector<Tensor> result_summary : Returned object of executed result by calling session.