genel statik son sınıf DebuggedDevice.Builder
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice Genel Yöntemler
| DebuggedDevice.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
| Hata AyıklanmışCihaz | inşa etmek () |
| Hata AyıklanmışCihaz | inşaKısmi () |
| DebuggedDevice.Builder | temizlemek () |
| DebuggedDevice.Builder | clearDeviceId () A debugger-generated ID for the device. |
| DebuggedDevice.Builder | clearDeviceName () Name of the device. |
| DebuggedDevice.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
| DebuggedDevice.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| DebuggedDevice.Builder | klon () |
| Hata AyıklanmışCihaz | |
| final statik com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| int | getDeviceId () A debugger-generated ID for the device. |
| Sicim | getDeviceName () Name of the device. |
| com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
| son boole değeri | Başlatıldı () |
| DebuggedDevice.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebuggedDevice.Builder | mergeFrom (com.google.protobuf.Message other) |
| son DebuggedDevice.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
| DebuggedDevice.Builder | setDeviceId (int değeri) A debugger-generated ID for the device. |
| DebuggedDevice.Builder | setDeviceName (Dize değeri) Name of the device. |
| DebuggedDevice.Builder | setDeviceNameBytes (com.google.protobuf.ByteString değeri) Name of the device. |
| DebuggedDevice.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
| DebuggedDevice.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
| son DebuggedDevice.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public DebuggedDevice.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
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; genel Dize getDeviceName ()
Name of the device.
string device_name = 1; public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1; genel final boolean isInitialized ()
genel DebuggedDevice.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel final DebuggedDevice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public DebuggedDevice.Builder setDeviceId (int değeri)
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 (Dize değeri)
Name of the device.
string device_name = 1; public DebuggedDevice.Builder setDeviceNameBytes (com.google.protobuf.ByteString değeri)
Name of the device.
string device_name = 1;