tf.raw_ops.AccumulatorSetGlobalStep

Updates the accumulator with a new value for global_step.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.AccumulatorSetGlobalStep

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

handle A Tensor of type mutable string. The handle to an accumulator.
new_global_step A Tensor of type int64. The new global_step value to set.
name A name for the operation (optional).

The created Operation.