TensorFlowSettings interface
Properties
master |
Master command line arguments. |
parameter |
Parameter server command |
parameter |
Parameter server count. The number |
python |
Python interpreter path. The path |
python |
|
worker |
Worker command line arguments. |
worker |
Worker count. The number of worker tasks. |
Property Details
masterCommandLineArgs
Master command line arguments.
masterCommandLineArgs?: string
Property Value
string
parameterServerCommandLineArgs
Parameter server command
parameterServerCommandLineArgs?: string
Property Value
string
parameterServerCount
Parameter server count. The number
parameterServerCount?: number
Property Value
number
pythonInterpreterPath
Python interpreter path. The path
pythonInterpreterPath?: string
Property Value
string
pythonScriptFilePath
pythonScriptFilePath: string
Property Value
string
workerCommandLineArgs
Worker command line arguments.
workerCommandLineArgs?: string
Property Value
string
workerCount
Worker count. The number of worker tasks.
workerCount?: number
Property Value
number