ChainerSettings 클래스

정의

Chainer 작업 설정.

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

생성자

ChainerSettings()

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

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

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

속성

CommandLineArgs

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

ProcessCount

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

PythonInterpreterPath

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

PythonScriptFilePath

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

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상