다음을 통해 공유


TensorFlowSettings 클래스

정의

TensorFlow 작업 설정.

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

생성자

TensorFlowSettings()

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

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

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

속성

MasterCommandLineArgs

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

ParameterServerCommandLineArgs

매개 변수 서버 명령줄 인수를 가져오거나 설정합니다.

ParameterServerCount

매개 변수 서버 수를 가져오거나 설정합니다.

PythonInterpreterPath

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

PythonScriptFilePath

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

WorkerCommandLineArgs

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

WorkerCount

작업자 수를 가져오거나 설정합니다.

메서드

Validate()

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

적용 대상