tensorflow::ops::AccumulatorApplyGradient

tensorflow::ops::AccumulatorApplyGradient

#include <data_flow_ops.h>

Applies a gradient to a given accumulator.

Summary

Does not add if local_step is lesser than the accumulator's global_step.

Arguments:

  • scope: A Scope object
  • handle: The handle to a accumulator.
  • local_step: The local_step value at which the gradient was computed.
  • gradient: A tensor of the gradient to be accumulated.

Returns:

Constructors and Destructors
登录查看完整内容