#include <logging_ops.h>
Outputs a Summary
protocol buffer with a tensor.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: The summary tensor. Constructors and Destructors | |
---|---|
TensorSummary(const ::tensorflow::Scope & scope, ::tensorflow::Input tensor) | |
TensorSummary(const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, const TensorSummary::Attrs & attrs) |
Public attributes | |
---|---|
summary |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
Description(StringPiece x) | |
DisplayName(StringPiece x) | |
Labels(const gtl::ArraySlice< string > & x) |
Structs | |
---|---|
tensorflow::ops::TensorSummary::Attrs | Optional attribute setters for TensorSummary. |
::tensorflow::Output summary
TensorSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor )
TensorSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, const TensorSummary::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs Description( StringPiece x )
Attrs DisplayName( StringPiece x )
Attrs Labels( const gtl::ArraySlice< string > & x )
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/tensor-summary.html