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.
Args:
- 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:
- the created
Operation
Constructors and Destructors |
|
---|---|
AccumulatorApplyGradient(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input local_step, ::tensorflow::Input gradient)
|
Public attributes |
|
---|---|
operation
|
Public functions |
|
---|---|
operator::tensorflow::Operation() const
|
|
Public attributes
operation
Operation operation
Public functions
AccumulatorApplyGradient
AccumulatorApplyGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input local_step, ::tensorflow::Input gradient )
operator::tensorflow::Operation
operator::tensorflow::Operation() const