テンソルフロー::作戦::リソースApplyGradientDescent
#include <training_ops.h>'*var' から 'alpha' * 'delta' を減算して更新します。
まとめ
引数:
- スコープ:スコープオブジェクト
- var: Variable() から取得する必要があります。
- alpha: スケーリング係数。スカラーでなければなりません。
- デルタ: 変化です。
オプションの属性 ( Attrsを参照):
-  use_locking: Trueの場合、減算はロックによって保護されます。それ以外の場合、動作は未定義ですが、競合が少なくなる可能性があります。
戻り値:
- 作成されたOperation
| コンストラクターとデストラクター | |
|---|---|
| ResourceApplyGradientDescent (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input alpha, :: tensorflow::Input delta) | |
| ResourceApplyGradientDescent (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input alpha, :: tensorflow::Input delta, const ResourceApplyGradientDescent::Attrs & attrs) | 
| パブリック属性 | |
|---|---|
| operation | |
| 公共機能 | |
|---|---|
| operator::tensorflow::Operation () const | |
| パブリック静的関数 | |
|---|---|
| UseLocking (bool x) | |
| 構造体 | |
|---|---|
| tensorflow:: ops:: ResourceApplyGradientDescent:: Attrs | ResourceApplyGradientDescentのオプションの属性セッター。 | 
パブリック属性
手術
Operation operation
公共機能
リソースApplyGradientDescent
ResourceApplyGradientDescent( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input alpha, ::tensorflow::Input delta )
リソースApplyGradientDescent
ResourceApplyGradientDescent( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input alpha, ::tensorflow::Input delta, const ResourceApplyGradientDescent::Attrs & attrs )
演算子::tensorflow::オペレーション
operator::tensorflow::Operation() const
パブリック静的関数
ロックを使用する
Attrs UseLocking( bool x )