RetrieveTPUEmbeddingAdadeltaParameters

パブリック最終クラスRetrieveTPUEmbeddingAdadeltaParameters

Adadelta 埋め込みパラメータを取得します。

ホストメモリへの埋め込みから最適化パラメータを取得する演算。正しい埋め込みテーブル構成を設定する ConfigureTPUEmbeddingHost オペレーションを前に置く必要があります。たとえば、この操作はチェックポイントを保存する前に更新されたパラメータを取得するために使用されます。

ネストされたクラス

クラスRetrieveTPUEmbeddingAdadeltaParameters.Options RetrieveTPUEmbeddingAdadeltaParametersのオプションの属性

定数

OP_NAME TensorFlow コア エンジンによって認識される、この演算の名前

パブリックメソッド

出力< TFloat32 >
アキュムレータ()
Adadelta 最適化アルゴリズムによって更新されるパラメーター アキュムレーター。
静的RetrieveTPUEmbeddingAdadeltaParameters.Options
config (文字列構成)
静的RetrieveTPUEmbeddingAdadeltaParameters
create (スコープscope、Long numShards、Long shardId、オプション...オプション)
新しい RetrieveTPUEmbeddingAdadeltaParameters 操作をラップするクラスを作成するファクトリ メソッド。
出力< TFloat32 >
パラメーター()
パラメータ Adadelta 最適化アルゴリズムによって更新されるパラメータ。
静的RetrieveTPUEmbeddingAdadeltaParameters.Options
tableId (長いテーブル ID)
静的RetrieveTPUEmbeddingAdadeltaParameters.Options
テーブル名(文字列テーブル名)
出力< TFloat32 >
更新情報()
Adadelta 最適化アルゴリズムによって更新されるパラメーターの更新。

継承されたメソッド

定数

パブリック静的最終文字列OP_NAME

TensorFlow コア エンジンによって認識される、この演算の名前

定数値: "RetrieveTPUEmbeddingAdadeltaParameters"

パブリックメソッド

public出力< TFloat32 >アキュムレータ()

Adadelta 最適化アルゴリズムによって更新されるパラメーター アキュムレーター。

public static RetrieveTPUEmbeddingAdadeltaParameters.Options構成(文字列構成)

public static RetrieveTPUEmbeddingAdadeltaParameters create (スコープscope、Long numShards、Long shardId、 Options...オプション)

新しい RetrieveTPUEmbeddingAdadeltaParameters 操作をラップするクラスを作成するファクトリ メソッド。

パラメーター
範囲現在のスコープ
オプションオプションの属性値を持ちます
戻り値
  • RetrieveTPUEmbeddingAdadeltaParameters の新しいインスタンス

public出力< TFloat32 >パラメータ()

パラメータ Adadelta 最適化アルゴリズムによって更新されるパラメータ。

public static RetrieveTPUEmbeddingAdadeltaParameters.Options tableId (Long tableId)

public static RetrieveTPUEmbeddingAdadeltaParameters.Options tableName (String tableName)

public Output < TFloat32 >更新()

Adadelta 最適化アルゴリズムによって更新されるパラメーターの更新。