パブリック最終クラスConfigureDistributedTPU
分散TPUシステムの集中構造を設定します。
ネストされたクラス
クラス | ConfigureDistributedTPU.Options | ConfigureDistributedTPU オプションの属性 |
パブリックメソッド
出力<文字列> | asOutput () テンソルのシンボリックハンドルを返します。 |
静的ConfigureDistributedTPU.Options | compilefailureClosesChips (ブール値compliationFailureClosesChips) |
静的ConfigureDistributedTPU | |
静的ConfigureDistributedTPU.Options | embeddingConfig (文字列embeddingConfig) |
静的ConfigureDistributedTPU.Options | enableWholeMeshCompilations (ブール値enableWholeMeshCompilations) |
静的ConfigureDistributedTPU.Options | isGlobalInit (ブールisGlobalInit) |
出力<文字列> | トポロジー() TPUトポロジを説明するシリアル化されたtensorflow.tpu.TopologyProto。 |
静的ConfigureDistributedTPU.Options | tpuEmbeddingConfig (文字列tpuEmbeddingConfig) |
継承されたメソッド
パブリックメソッド
public Output <String> asOutput ()
テンソルのシンボリックハンドルを返します。
TensorFlow操作への入力は、別のTensorFlow操作の出力です。このメソッドは、入力の計算を表すシンボリックハンドルを取得するために使用されます。
パブリック静的のConfigureDistributedTPU.OptionsのcompilationFailureClosesChips(ブールcompilationFailureClosesChips)
public static ConfigureDistributedTPU create (スコープスコープ、オプション...オプション)
新しいConfigureDistributedTPU操作をラップするクラスを作成するファクトリメソッド。
パラメーター
範囲 | 現在のスコープ |
---|---|
オプション | オプションの属性値を運ぶ |
戻り値
- ConfigureDistributedTPUの新しいインスタンス
public static ConfigureDistributedTPU.Options embeddingConfig (String embeddingConfig)
パラメーター
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。 |
---|