パブリック最終クラスConfigureDistributedTPU
分散 TPU システムの集中構造をセットアップします。
ネストされたクラス
クラス | DistributedTPU.Options の構成 | ConfigureDistributedTPU のオプションの属性 |
定数
弦 | OP_NAME | TensorFlow コア エンジンによって認識される、この演算の名前 |
パブリックメソッド
出力< TString > | asOutput () テンソルのシンボリック ハンドルを返します。 |
静的ConfigureDistributedTPU.Options | コンピレーションFailureClosesChips (ブール値のcompilationFailureClosesChips) |
静的ConfigureDistributedTPU | |
静的ConfigureDistributedTPU.Options | embeddingConfig (文字列embeddingConfig) |
静的ConfigureDistributedTPU.Options | EnableWholeMeshCompilations (ブール値のenableWholeMeshCompilations) |
静的ConfigureDistributedTPU.Options | isGlobalInit (ブール値 isGlobalInit) |
出力< TString > | トポロジ() TPU トポロジを記述するシリアル化された tensorflow.tpu.TopologyProto。 |
静的ConfigureDistributedTPU.Options | tpuEmbeddingConfig (文字列 tpuEmbeddingConfig) |
継承されたメソッド
定数
パブリック静的最終文字列OP_NAME
TensorFlow コア エンジンによって認識される、この演算の名前
定数値: "ConfigureDistributedTPU"
パブリックメソッド
public Output < TString > asOutput ()
テンソルのシンボリック ハンドルを返します。
TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。
public static ConfigureDistributedTPU create (スコープスコープ、オプション...オプション)
新しい ConfigureDistributedTPU 操作をラップするクラスを作成するためのファクトリ メソッド。
パラメーター
範囲 | 現在のスコープ |
---|---|
オプション | オプションの属性値を持ちます |
戻り値
- ConfigureDistributedTPU の新しいインスタンス
public static ConfigureDistributedTPU.Options embeddingConfig (String embeddingConfig)
パラメーター
埋め込み設定 | 予約済み。使ってはいけません。 |
---|
public static ConfigureDistributedTPU.Options enableWholeMeshCompilations (ブール値のenableWholeMeshCompilations)
public static ConfigureDistributedTPU.Options isGlobalInit (ブール値 isGlobalInit)
パラメーター
isGlobalInit | 予約済み。使ってはいけません。 |
---|
public static ConfigureDistributedTPU.Options tpuEmbeddingConfig (String tpuEmbeddingConfig)
パラメーター
tpuEmbeddingConfig | プログラムの埋め込みルックアップを記述するシリアル化された tensorflow.tpu.TPUEmbeddingConfiguration。 |
---|