CaffeSettings 類別

定義

Caffe 作業設定。

public class CaffeSettings
type CaffeSettings = class
Public Class CaffeSettings
繼承
CaffeSettings

建構函式

CaffeSettings()

初始化 CaffeSettings 類別的新實例。

CaffeSettings(String, String, String, String, Nullable<Int32>)

初始化 CaffeSettings 類別的新實例。

屬性

CommandLineArgs

取得或設定命令列引數。

ConfigFilePath

取得或設定組態檔路徑。

ProcessCount

取得或設定進程計數。

PythonInterpreterPath

取得或設定 Python 解譯器路徑。

PythonScriptFilePath

取得或設定 Python 腳本檔案路徑。

適用於