HistogramSummary
tensorflow C++ API
tensorflow::ops::HistogramSummary
Outputs a Summary
protocol buffer with a histogram.
Summary
The generated`Summary`has one summary value containing a histogram forvalues
.
This op reports anInvalidArgument
error if any value is not finite.
Arguments:
- scope: A Scope object
- tag: Scalar. Tag to use for the
Summary.Value
. - values: Any shape. Values to use to build the histogram.
Returns:
Output
: Scalar. SerializedSummary
protocol buffer.
HistogramSummary 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 tag : Input tag name node(string).
- Input values : Any shape. Values to use to build the histogram.
Return:
- Output summary : Scalar. Serialized
Summary
protocol buffer.
Result:
- std::vector<Tensor> result_summary : Returned object of executed result by calling session.