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