tensorflow::
    
   ops::
    
   TensorSummary
  
  
   #include <logging_ops.h>
  
  
   Outputs a
   
    Summary
   
   protocol buffer with a tensor.
  
Summary
This op is being phased out in favor of TensorSummaryV2 , which lets callers pass a tag as well as a serialized SummaryMetadata proto string that contains plugin-specific data. We will keep this op to maintain backwards compatibility.
Args:
- scope: A Scope object
 - tensor: A tensor to serialize.
 
   Optional attributes (see
   
    
     Attrs
    
   
   ):
   
- description: A json-encoded SummaryDescription proto.
 - labels: An unused list of strings.
 - display_name: An unused string.
 
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 | 
   |
|---|---|
     
      
       operation
      
     
     | 
    |
     
      
       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<::tensorflow::tstring > & x)
     
     | 
    |
     Structs | 
   |
|---|---|
| 
     
      tensorflow::
       | 
    
      Optional attribute setters for TensorSummary .  | 
   
Public attributes
Public functions
TensorSummary
TensorSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, const TensorSummary::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const