TensorFlowSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
TensorFlow 作業設定。
public class TensorFlowSettings
type TensorFlowSettings = class
Public Class TensorFlowSettings
- 繼承
-
TensorFlowSettings
建構函式
TensorFlowSettings() |
初始化 TensorFlowSettings 類別的新實例。 |
TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>) |
初始化 TensorFlowSettings 類別的新實例。 |
屬性
MasterCommandLineArgs |
取得或設定主要命令列引數。 |
ParameterServerCommandLineArgs |
取得或設定參數伺服器命令列引數。 |
ParameterServerCount |
取得或設定參數伺服器計數。 |
PythonInterpreterPath |
取得或設定 Python 解譯器路徑。 |
PythonScriptFilePath |
取得或設定 Python 腳本檔案路徑。 |
WorkerCommandLineArgs |
取得或設定背景工作命令列引數。 |
WorkerCount |
取得或設定背景工作計數。 |
方法
Validate() |
驗證 物件。 |