DebugIdentity.Options

공개 정적 클래스 DebugIdentity.Options

DebugIdentity 의 선택적 속성

공개 방법

DebugIdentity.Options
debugUrls (List<String> debugUrls)
DebugIdentity.Options
장치 이름 (문자열 장치 이름)
DebugIdentity.Options
GatedGrpc (부울식 GatedGrpc)
DebugIdentity.Options
텐서이름 (문자열 텐서이름)

상속된 메서드

공개 방법

공개 DebugIdentity.Options debugUrls (List<String> debugUrls)

매개변수
디버그 URL 디버그 대상을 위한 URL 목록(예: file:///foo/tfdbg_dump, grpc:://localhost:11011)

공개 DebugIdentity.Options deviceName (문자열 deviceName)

매개변수
장치 이름 텐서가 상주하는 장치의 이름입니다.

공개 DebugIdentity.Options GatedGrpc (부울 GatedGrpc)

매개변수
GatedGrpc 이 작전이 제한될지 여부입니다. 이 디버그 노드의 debug_url 중 하나라도 grpc:// 구성표인 경우 이 속성의 값이 True로 설정되면 debug_url에서 이 디버그 작업이 활성화되지 않는 한 데이터는 실제로 grpc 스트림을 통해 전송되지 않습니다. . 이 디버그 노드의 모든 debug_url이 grpc:// 구성표이고 디버그 작업이 어느 것에서도 활성화되지 않은 경우 출력은 빈 Tensor가 됩니다.

공개 DebugIdentity.Options tensorName (문자열 tensorName)

매개변수
텐서이름 입력 텐서의 이름입니다.