DebuggedDevice.Builder

DebuggedDevice.Builder clase final estática pública

 A device on which ops and/or tensors are instrumented by the debugger.
 
Protobuf tipo tensorflow.DebuggedDevice

Métodos públicos

DebuggedDevice.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DebuggedDevice
DebuggedDevice
DebuggedDevice.Builder
claro ()
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
clon ()
DebuggedDevice
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
En t
getDeviceId ()
 A debugger-generated ID for the device.
Cuerda
getDeviceName ()
 Name of the device.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.
booleano final
DebuggedDevice.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedDevice.Builder
mergeFrom (com.google.protobuf.Message otro)
DebuggedDevice.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
DebuggedDevice.Builder
setDeviceId (valor int)
 A debugger-generated ID for the device.
DebuggedDevice.Builder
setDeviceName (valor de cadena)
 Name of the device.
DebuggedDevice.Builder
setDeviceNameBytes (valor de com.google.protobuf.ByteString)
 Name of the device.
DebuggedDevice.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DebuggedDevice.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
DebuggedDevice.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public DebuggedDevice.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public DebuggedDevice build ()

public DebuggedDevice buildPartial ()

public DebuggedDevice.Builder clear ()

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 DebuggedDevice.Builder clearDeviceName ()

 Name of the device.
 
string device_name = 1; nombre_dispositivo string device_name = 1;

public DebuggedDevice.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public DebuggedDevice.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DebuggedDevice.Builder clone ()

public DebuggedDevice getDefaultInstanceForType ()

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; nombre_dispositivo string device_name = 1;

public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1; nombre_dispositivo string device_name = 1;

public final boolean isInitialized ()

public DebuggedDevice.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public DebuggedDevice.Builder mergeFrom (com.google.protobuf.Message other)

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 (valor de cadena)

 Name of the device.
 
string device_name = 1; nombre_dispositivo string device_name = 1;

public DebuggedDevice.Builder setDeviceNameBytes (valor de com.google.protobuf.ByteString)

 Name of the device.
 
string device_name = 1; nombre_dispositivo string device_name = 1;

public DebuggedDevice.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public DebuggedDevice.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público final DebuggedDevice.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)