DebuggedDevice.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice
วิธีการสาธารณะ
DebuggedDevice.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
อุปกรณ์ดีบั๊ก | สร้าง () |
อุปกรณ์ดีบั๊ก | สร้างบางส่วน () |
DebuggedDevice.Builder | ชัดเจน () |
DebuggedDevice.Builder | ล้างรหัสอุปกรณ์ () A debugger-generated ID for the device. |
DebuggedDevice.Builder | ล้างชื่ออุปกรณ์ () Name of the device. |
DebuggedDevice.Builder | clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor) |
DebuggedDevice.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebuggedDevice.Builder | โคลน () |
อุปกรณ์ดีบั๊ก | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
ภายใน | รับรหัสอุปกรณ์ () A debugger-generated ID for the device. |
สตริง | รับชื่ออุปกรณ์ () Name of the device. |
com.google.protobuf.ByteString | รับDeviceNameBytes () Name of the device. |
บูลีนสุดท้าย | |
DebuggedDevice.Builder | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebuggedDevice.Builder | mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ ) |
DebuggedDevice.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
DebuggedDevice.Builder | setDeviceId (ค่า int) A debugger-generated ID for the device. |
DebuggedDevice.Builder | setDeviceName (ค่าสตริง) Name of the device. |
DebuggedDevice.Builder | setDeviceNameBytes (ค่า com.google.protobuf.ByteString) Name of the device. |
DebuggedDevice.Builder | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
DebuggedDevice.Builder | setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
สุดท้าย DebuggedDevice.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
สาธารณะ 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 ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะสุดท้าย DebuggedDevice.Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
สาธารณะ 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;