tf.raw_ops.ResourceAccumulatorSetGlobalStep

Updates the accumulator with a new value for global_step.

Logs warning if the accumulator's value is already higher than new_global_step.

handleA Tensor of type resource. The handle to an accumulator.
new_global_stepA Tensor of type int64. The new global_step value to set.
nameA name for the operation (optional).

The created Operation.