CaffeSettings 클래스

정의

Caffe 작업 설정.

public class CaffeSettings
type CaffeSettings = class
Public Class CaffeSettings
상속
CaffeSettings

생성자

CaffeSettings()

CaffeSettings 클래스의 새 instance 초기화합니다.

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

CaffeSettings 클래스의 새 instance 초기화합니다.

속성

CommandLineArgs

명령줄 인수를 가져오거나 설정합니다.

ConfigFilePath

구성 파일 경로를 가져오거나 설정합니다.

ProcessCount

프로세스 수를 가져오거나 설정합니다.

PythonInterpreterPath

Python 인터프리터 경로를 가져오거나 설정합니다.

PythonScriptFilePath

Python 스크립트 파일 경로를 가져오거나 설정합니다.

적용 대상