ScalarSummary
tensorflow C++ API
tensorflow::ops::ScalarSummary
Outputs a Summary
protocol buffer with scalar values.
Summary
The inputtags
andvalues
must have the same shape. The generated summary has a summary value for each tag-value pair intags
andvalues
.
Arguments:
- scope: A Scope object
- tags: Tags for the summary.
- values: Same shape as `tags. Values for the summary.
Returns:
Output
: Scalar. SerializedSummary
protocol 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
Summary
protocol buffer.
Result:
- std::vector<Tensor> result_summary : Returned object of executed result by calling session.