classe finale publique DebuggedDevice
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice
de type Protobuf.DebuggedDevice Classes imbriquées
classe | DéboguéDevice.Builder | A device on which ops and/or tensors are instrumented by the debugger. |
Constantes
int | DEVICE_ID_FIELD_NUMBER | |
int | DEVICE_NAME_FIELD_NUMBER |
Méthodes publiques
booléen | est égal (Obj objet) |
périphérique débogé statique | |
Périphérique débogué | |
final statique com.google.protobuf.Descriptors.Descriptor | |
int | getDeviceId () A debugger-generated ID for the device. |
Chaîne | getDeviceName () Name of the device. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
statique DebuggedDevice.Builder | newBuilder (prototype DebuggedDevice ) |
statique DebuggedDevice.Builder | |
DéboguéDevice.Builder | |
périphérique débogé statique | parseDelimitedFrom (entrée InputStream) |
périphérique débogé statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
périphérique débogé statique | parseFrom (données ByteBuffer) |
périphérique débogé statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
périphérique débogé statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
périphérique débogé statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
périphérique débogé statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
périphérique débogé statique | parseFrom (données com.google.protobuf.ByteString) |
périphérique débogé statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
périphérique débogé statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
DéboguéDevice.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int DEVICE_ID_FIELD_NUMBER
Valeur constante : 2
public statique final int DEVICE_NAME_FIELD_NUMBER
Valeur constante : 1
Méthodes publiques
public booléen égal (Objet obj)
public statique 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;
chaîne publique getDeviceName ()
Name of the device.
string device_name = 1;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1;
publique getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public static DebuggedDevice parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebuggedDevice parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebuggedDevice parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique DebuggedDevice parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static DebuggedDevice parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique DebuggedDevice parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static DebuggedDevice parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebuggedDevice parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|