ScalarSummary
tensorflow C++ API
tensorflow::ops::ScalarSummary
Outputs a Summaryprotocol buffer with scalar values.
Summary
The inputtagsandvaluesmust have the same shape. The generated summary has a summary value for each tag-value pair intagsandvalues.
Arguments:
- scope: A Scope object
- tags: Tags for the summary.
- values: Same shape as `tags. Values for the summary.
Returns:
Output: Scalar. SerializedSummaryprotocol buffer.
ScalarSummary 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.)
- Input tags : Input tag name node(string).
- Input values : Same shape as `tags. Values for the summary.
Return:
- Output summary : Scalar. Serialized
Summaryprotocol buffer.
Result:
- std::vector<Tensor> result_summary : Returned object of executed result by calling session.
