מחלקה סופית סטטית ציבורית 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, ערך אובייקט) |
Device debugged | לבנות () |
Device debugged | buildPartial () |
Device.Builder | ברור () |
Device.Builder | clearDeviceId () A debugger-generated ID for the device. |
DebuggedDevice.Builder | clearDeviceName () Name of the device. |
DebuggedDevice.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
Device.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Device.Builder | שיבוט () |
Device debugged | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
int | 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.Message אחר) |
final DebuggedDevice.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Device.Builder | setDeviceId (ערך int) A debugger-generated ID for the device. |
Device.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, אינדקס אינט, ערך אובייקט) |
final DebuggedDevice.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public DebuggedDevice.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public 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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public 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;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1;
בוליאני הסופי הציבורי הוא אתחול ()
public DebuggedDevice.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public final DebuggedDevice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public 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;
public DebuggedDevice.Builder setDeviceName (ערך מחרוזת)
Name of the device.
string device_name = 1;
public DebuggedDevice.Builder setDeviceNameBytes (ערך com.google.protobuf.ByteString)
Name of the device.
string device_name = 1;