HistogramSummary
tensorflow C++ API
tensorflow::ops::HistogramSummary
Outputs a Summaryprotocol buffer with a histogram.
Summary
The generated`Summary`has one summary value containing a histogram forvalues.
This op reports anInvalidArgumenterror 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. SerializedSummaryprotocol 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
Summaryprotocol buffer.
Result:
- std::vector<Tensor> result_summary : Returned object of executed result by calling session.
Using Method
