DebuggedDevice de clase final pública
A device on which ops and/or tensors are instrumented by the debugger.Protobuf tipo
tensorflow.DebuggedDevice Clases anidadas
| clase | DebuggedDevice.Builder | A device on which ops and/or tensors are instrumented by the debugger. | |
Constantes
| En t | DEVICE_ID_FIELD_NUMBER | |
| En t | DEVICE_NAME_FIELD_NUMBER |
Métodos públicos
| booleano | es igual a (Objeto obj) |
| static DebuggedDevice | |
| DebuggedDevice | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| 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. |
| En t | |
| final com.google.protobuf.UnknownFieldSet | |
| En t | hashCode () |
| booleano final | |
| static DebuggedDevice.Builder | newBuilder (prototipo DebuggedDevice ) |
| static DebuggedDevice.Builder | newBuilder () |
| DebuggedDevice.Builder | |
| static DebuggedDevice | parseDelimitedFrom (entrada InputStream) |
| static DebuggedDevice | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static DebuggedDevice | parseFrom (datos ByteBuffer) |
| static DebuggedDevice | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static DebuggedDevice | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static DebuggedDevice | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| static DebuggedDevice | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static DebuggedDevice | parseFrom (datos com.google.protobuf.ByteString) |
| static DebuggedDevice | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static DebuggedDevice | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| DebuggedDevice.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int DEVICE_ID_FIELD_NUMBER
Valor constante: 2
public static final int DEVICE_NAME_FIELD_NUMBER
Valor constante: 1
Métodos públicos
public boolean es igual a (Object obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static DebuggedDevice parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static DebuggedDevice parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static DebuggedDevice parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
public static DebuggedDevice parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
public static DebuggedDevice parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
DebuggedDevice estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
public static DebuggedDevice parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static DebuggedDevice parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|