Outputs a Summary
protocol buffer with a histogram.
tf.raw_ops.HistogramSummary(
tag, values, name=None
)
The generated
Summary
has one summary value containing a histogram for values
.
This op reports an InvalidArgument
error if any value is not finite.
Returns | |
---|---|
A Tensor of type string .
|