Outputs a Summary
protocol buffer with scalar values.
tf.raw_ops.ScalarSummary(
tags, values, name=None
)
The input tags
and values
must have the same shape. The generated summary
has a summary value for each tag-value pair in tags
and values
.
Returns | |
---|---|
A Tensor of type string .
|