classe finale statica pubblica DebuggedDevice.Builder
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice Metodi pubblici
| DebuggedDevice.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| Dispositivo con debug | costruire () |
| Dispositivo con debug | buildPartial () |
| DebuggedDevice.Builder | chiaro () |
| DebuggedDevice.Builder | clearDeviceId () A debugger-generated ID for the device. |
| DebuggedDevice.Builder | clearDeviceName () Name of the device. |
| DebuggedDevice.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| DebuggedDevice.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| DebuggedDevice.Builder | clone () |
| Dispositivo con debug | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| com.google.protobuf.Descriptors.Descriptor | |
| int | getDeviceId () A debugger-generated ID for the device. |
| Corda | getNomeDispositivo () Name of the device. |
| com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
| booleano finale | |
| DebuggedDevice.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| DebuggedDevice.Builder | mergeFrom (com.google.protobuf.Message altro) |
| finale DebuggedDevice.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| DebuggedDevice.Builder | setDeviceId (valore int) A debugger-generated ID for the device. |
| DebuggedDevice.Builder | setDeviceName (valore stringa) Name of the device. |
| DebuggedDevice.Builder | setDeviceNameBytes (valore com.google.protobuf.ByteString) Name of the device. |
| DebuggedDevice.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| DebuggedDevice.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
| finale DebuggedDevice.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public DebuggedDevice.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
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 ()
pubblico 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; stringa pubblica getDeviceName ()
Name of the device.
string device_name = 1; pubblico com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1; public final booleano isInitialized ()
public DebuggedDevice.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public final DebuggedDevice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public DebuggedDevice.Builder setDeviceId (valore 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 (valore stringa)
Name of the device.
string device_name = 1; public DebuggedDevice.Builder setDeviceNameBytes (valore com.google.protobuf.ByteString)
Name of the device.
string device_name = 1;