classe finale pubblica DebuggedDevice
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice
Classi nidificate
classe | DebuggedDevice.Builder | A device on which ops and/or tensors are instrumented by the debugger. |
Costanti
int | DEVICE_ID_FIELD_NUMBER | |
int | DEVICE_NAME_FIELD_NUMBER |
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
Dispositivo con debug statico | |
Dispositivo con debug | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
int | getDeviceId () A debugger-generated ID for the device. |
Corda | getNomeDispositivo () Name of the device. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
int | |
finale com.google.protobuf.UnknownFieldSet | |
int | codicehash () |
booleano finale | |
DebuggedDevice.Builder statico | newBuilder (prototipo DebuggedDevice ) |
DebuggedDevice.Builder statico | |
DebuggedDevice.Builder | |
Dispositivo con debug statico | parseDelimitedFrom (input InputStream) |
Dispositivo con debug statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Dispositivo con debug statico | parseFrom (dati ByteBuffer) |
Dispositivo con debug statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
Dispositivo con debug statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Dispositivo con debug statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
Dispositivo con debug statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Dispositivo con debug statico | parseFrom (dati com.google.protobuf.ByteString) |
Dispositivo con debug statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Dispositivo con debug statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
DebuggedDevice.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int DEVICE_ID_FIELD_NUMBER
Valore costante: 2
pubblico statico finale int DEVICE_NAME_FIELD_NUMBER
Valore costante: 1
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static 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;
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;
pubblico getParserForType ()
public int getSerializedSize ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
public static DebuggedDevice parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico DebuggedDevice (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico DebuggedDevice (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico DebuggedDevice (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
parseFrom pubblico statico DebuggedDevice (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico DebuggedDevice (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico DebuggedDevice (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico DebuggedDevice (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|