공개 정적 최종 클래스 DebuggedDevice.Builder
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice
공개 방법
디버깅된Device.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
디버깅된 장치 | 짓다 () |
디버깅된 장치 | 빌드부분 () |
디버깅된Device.Builder | 분명한 () |
디버깅된Device.Builder | 클리어디바이스ID () A debugger-generated ID for the device. |
디버깅된Device.Builder | 클리어디바이스이름 () Name of the device. |
디버깅된Device.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
디버깅된Device.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
디버깅된Device.Builder | 클론 () |
디버깅된 장치 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
정수 | getDeviceId () A debugger-generated ID for the device. |
끈 | getDeviceName () Name of the device. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
최종 부울 | 초기화됨 () |
디버깅된Device.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
디버깅된Device.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 DebuggedDevice.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
디버깅된Device.Builder | setDeviceId (정수 값) A debugger-generated ID for the device. |
디버깅된Device.Builder | setDeviceName (문자열 값) Name of the device. |
디버깅된Device.Builder | setDeviceNameBytes (com.google.protobuf.ByteString 값) Name of the device. |
디버깅된Device.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
디버깅된Device.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 DebuggedDevice.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 DebuggedDevice.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 DebuggedDevice.Builder ClearDeviceId ()
A debugger-generated ID for the device. Guaranteed to be unique within the scope of the debugged TensorFlow program, including single-host and multi-host settings. TODO(cais): Test the uniqueness guarantee in multi-host settings.
int32 device_id = 2;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 int getDeviceId ()
A debugger-generated ID for the device. Guaranteed to be unique within the scope of the debugged TensorFlow program, including single-host and multi-host settings. TODO(cais): Test the uniqueness guarantee in multi-host settings.
int32 device_id = 2;
공개 문자열 getDeviceName ()
Name of the device.
string device_name = 1;
공개 com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1;
공개 최종 부울 isInitialized ()
공개 DebuggedDevice.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 DebuggedDevice.Builder setDeviceId (int 값)
A debugger-generated ID for the device. Guaranteed to be unique within the scope of the debugged TensorFlow program, including single-host and multi-host settings. TODO(cais): Test the uniqueness guarantee in multi-host settings.
int32 device_id = 2;
공개 DebuggedDevice.Builder setDeviceNameBytes (com.google.protobuf.ByteString 값)
Name of the device.
string device_name = 1;