public static final class DebuggedDevice.Builder
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice
tipo tensorflow.DebuggedDevice
Métodos Públicos
DebuggedDevice.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
DebuggedDevice | build () |
DebuggedDevice | buildPartial () |
DebuggedDevice.Builder | limpar () |
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 () |
DebuggedDevice | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
int | getDeviceId () A debugger-generated ID for the device. |
Fragmento | getDeviceName () Name of the device. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
final booleano | |
DebuggedDevice.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebuggedDevice.Builder | mergeFrom (com.google.protobuf.Message other) |
final DebuggedDevice.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
DebuggedDevice.Builder | setDeviceId (valor int) A debugger-generated ID for the device. |
DebuggedDevice.Builder | setDeviceName (valor String) Name of the device. |
DebuggedDevice.Builder | setDeviceNameBytes (valor com.google.protobuf.ByteString) Name of the device. |
DebuggedDevice.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
DebuggedDevice.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final DebuggedDevice.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos herdados
Métodos Públicos
public DebuggedDevice.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
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;
public String getDeviceName ()
Name of the device.
string device_name = 1;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1;
public final boolean isInitialized ()
public DebuggedDevice.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public final DebuggedDevice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public DebuggedDevice.Builder setDeviceId (valor 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 (String value)
Name of the device.
string device_name = 1;
public DebuggedDevice.Builder setDeviceNameBytes (valor com.google.protobuf.ByteString)
Name of the device.
string device_name = 1;