tensorflow :: ops :: ResourceSparseApplyAdadelta
#include <training_ops.h>
var:Variable()からのものである必要があります。
概要
引数:
- スコープ:スコープオブジェクト
- accum:Variable()からのものである必要があります。
- accum_update :: Variable()からのものである必要があります。
- lr:学習率。スカラーである必要があります。
- rho:減衰係数。スカラーである必要があります。
- イプシロン:定数係数。スカラーである必要があります。
- grad:グラデーション。
- インデックス:varとaccumの最初の次元へのインデックスのベクトル。
オプションの属性(参照Attrs
):
- use_locking:Trueの場合、varおよびaccumテンソルの更新はロックによって保護されます。それ以外の場合、動作は定義されていませんが、競合が少なくなる可能性があります。
戻り値:
- 作成された
Operation
コンストラクタとデストラクタ | |
---|---|
ResourceSparseApplyAdadelta (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input accum, :: tensorflow::Input accum_update, :: tensorflow::Input lr, :: tensorflow::Input rho, :: tensorflow::Input epsilon, :: tensorflow::Input grad, :: tensorflow::Input indices) | |
ResourceSparseApplyAdadelta (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input accum, :: tensorflow::Input accum_update, :: tensorflow::Input lr, :: tensorflow::Input rho, :: tensorflow::Input epsilon, :: tensorflow::Input grad, :: tensorflow::Input indices, const ResourceSparseApplyAdadelta::Attrs & attrs) |
パブリック属性 | |
---|---|
operation |
公の行事 | |
---|---|
operator::tensorflow::Operation () const |
パブリック静的関数 | |
---|---|
UseLocking (bool x) |
構造体 | |
---|---|
tensorflow :: ops :: ResourceSparseApplyAdadelta :: Attrs | ResourceSparseApplyAdadeltaのオプションの属性セッター。 |
パブリック属性
操作
Operation operation
公の行事
ResourceSparseApplyAdadelta
ResourceSparseApplyAdadelta( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input accum, ::tensorflow::Input accum_update, ::tensorflow::Input lr, ::tensorflow::Input rho, ::tensorflow::Input epsilon, ::tensorflow::Input grad, ::tensorflow::Input indices )
ResourceSparseApplyAdadelta
ResourceSparseApplyAdadelta( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input accum, ::tensorflow::Input accum_update, ::tensorflow::Input lr, ::tensorflow::Input rho, ::tensorflow::Input epsilon, ::tensorflow::Input grad, ::tensorflow::Input indices, const ResourceSparseApplyAdadelta::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const
パブリック静的関数
UseLocking
Attrs UseLocking( bool x )