tensorflow::
    
   ops::
    
   AccumulatorSetGlobalStep
  
  
   #include <data_flow_ops.h>
  
  Updates the accumulator with a new value for global_step.
Summary
Logs warning if the accumulator's value is already higher than new_global_step.
Args:
- scope: A Scope object
 - handle: The handle to an accumulator.
 - new_global_step: The new global_step value to set.
 
Returns:
- 
     the created
     
Operation 
     Constructors and Destructors | 
   |
|---|---|
     
      
       AccumulatorSetGlobalStep
      
      (const ::
      
       tensorflow::Scope
      
      & scope, ::
      
       tensorflow::Input
      
      handle, ::
      
       tensorflow::Input
      
      new_global_step)
     
      | 
   
     Public attributes | 
   |
|---|---|
     
      
       operation
      
     
     | 
    |
     Public functions | 
   |
|---|---|
     
      
       operator::tensorflow::Operation
      
      () const
     
     | 
    
     
      
      | 
   
Public attributes
Public functions
AccumulatorSetGlobalStep
AccumulatorSetGlobalStep( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input new_global_step )
operator::tensorflow::Operation
operator::tensorflow::Operation() const