tensorflow::
#include <logging_ops.h>
Outputs a Summary protocol buffer with a tensor and per-plugin data. 
Summary
Args:
- 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