TensorFlowSettings interface
プロパティ
| master |
マスター コマンド ライン引数。 |
| parameter |
パラメーター サーバー コマンド |
| parameter |
パラメーター サーバーの数。 数値 |
| python |
Python インタープリター パス。 パス |
| python |
|
| worker |
ワーカー コマンド ライン引数。 |
| worker |
ワーカー数。 ワーカー タスクの数。 |
プロパティの詳細
masterCommandLineArgs
マスター コマンド ライン引数。
masterCommandLineArgs?: string
プロパティ値
string
parameterServerCommandLineArgs
パラメーター サーバー コマンド
parameterServerCommandLineArgs?: string
プロパティ値
string
parameterServerCount
パラメーター サーバーの数。 数値
parameterServerCount?: number
プロパティ値
number
pythonInterpreterPath
Python インタープリター パス。 パス
pythonInterpreterPath?: string
プロパティ値
string
pythonScriptFilePath
pythonScriptFilePath: string
プロパティ値
string
workerCommandLineArgs
ワーカー コマンド ライン引数。
workerCommandLineArgs?: string
プロパティ値
string
workerCount
ワーカー数。 ワーカー タスクの数。
workerCount?: number
プロパティ値
number