tensorflow::ops::TensorSummaryV2
#include <logging_ops.h>
Outputs a Summary
protocol buffer with a tensor and per-plugin data.
Summary
Arguments:
- scope: A Scope object
- tag: A string attached to this summary. Used for organization in TensorBoard.
- tensor: A tensor to serialize.
- serialized_summary_metadata: A serialized SummaryMetadata proto. Contains plugin data.
Returns:
-
Output
: The summary tensor.
Constructors and Destructors | |
---|---|
TensorSummaryV2(const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input serialized_summary_metadata) |
Public attributes | |
---|---|
operation | |
summary |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public attributes
operation
Operation operation
summary
::tensorflow::Output summary
Public functions
TensorSummaryV2
TensorSummaryV2( const ::tensorflow::Scope & scope, ::tensorflow::Input tag, ::tensorflow::Input tensor, ::tensorflow::Input serialized_summary_metadata )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/class/tensorflow/ops/tensor-summary-v2