共用方式為


TensorFlowSettings interface

屬性

masterCommandLineArgs

主要命令行自變數。

parameterServerCommandLineArgs

參數伺服器命令

parameterServerCount

參數伺服器計數。 數位

pythonInterpreterPath

Python 解釋器路徑。 路徑

pythonScriptFilePath
workerCommandLineArgs

背景工作命令行自變數。

workerCount

背景工作計數。 背景工作的數目。

屬性詳細資料

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