tensorflow :: ops :: AccumulatorApplyGradient
#include <data_flow_ops.h>
特定のアキュムレータにグラデーションを適用します。
概要
local_stepがアキュムレータのglobal_stepよりも小さい場合は追加しません。
引数:
- スコープ:スコープオブジェクト
- ハンドル:アキュムレータへのハンドル。
- local_step:勾配が計算されたlocal_step値。
- 勾配:累積される勾配のテンソル。
戻り値:
- 作成された
Operation
コンストラクタとデストラクタ | |
---|---|
AccumulatorApplyGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input local_step, :: tensorflow::Input gradient) |
パブリック属性 | |
---|---|
operation |
公の行事 | |
---|---|
operator::tensorflow::Operation () const |
パブリック属性
操作
Operation operation
公の行事
AccumulatorApplyGradient
AccumulatorApplyGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input local_step, ::tensorflow::Input gradient )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const