tensorflow::
    
   ops::
    
   ScalarSummary
  
  
   #include <logging_ops.h>
  
  
   Outputs a
   
    Summary
   
   protocol buffer with scalar values.
  
Summary
   The input
   
    tags
   
   and
   
    values
   
   must have the same shape. The generated summary has a summary value for each tag-value pair in
   
    tags
   
   and
   
    values
   
   .
  
Args:
- scope: A Scope object
 - tags: Tags for the summary.
 - values: Same shape as `tags. Values for the summary.
 
Returns:
- 
     
Output: Scalar. SerializedSummaryprotocol buffer. 
     Constructors and Destructors | 
   |
|---|---|
     
      
       ScalarSummary
      
      (const ::
      
       tensorflow::Scope
      
      & scope, ::
      
       tensorflow::Input
      
      tags, ::
      
       tensorflow::Input
      
      values)
     
      | 
   
     Public attributes | 
   |
|---|---|
     
      
       operation
      
     
     | 
    |
     
      
       summary
      
     
     | 
    |
     Public functions | 
   |
|---|---|
     
      
       node
      
      () const
     
     | 
    
     
       ::tensorflow::Node *
      
      | 
   
     
      
       operator::tensorflow::Input
      
      () const
     
     | 
    
     
      
      | 
   
     
      
       operator::tensorflow::Output
      
      () const
     
     | 
    
     
      
      | 
   
Public attributes
Public functions
ScalarSummary
ScalarSummary( const ::tensorflow::Scope & scope, ::tensorflow::Input tags, ::tensorflow::Input values )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const