tensorflow::ops::AccumulatorSetGlobalStep

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.

Arguments:

  • scope: A Scope object
  • handle: The handle to an accumulator.
  • new_global_step: The new global_step value to set.

Returns:

Constructors and Destructors
AccumulatorSetGlobalStep(const ::登录查看完整内容