classe finale publique DebugMetadata
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata
de type Protobuf.DebugMetadata Classes imbriquées
classe | DebugMetadata.Builder | Metadata about the debugger and the debugged TensorFlow program. |
Constantes
int | FILE_VERSION_FIELD_NUMBER | |
int | TENSORFLOW_VERSION_FIELD_NUMBER | |
int | TFDBG_RUN_ID_FIELD_NUMBER |
Méthodes publiques
booléen | est égal à (Obj objet) |
métadonnées de débogage statiques | |
DebugMétadonnées | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Chaîne | getFileVersion () Version of the DebugEvent file format. |
com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
int | |
Chaîne | getTensorflowVersion () Version of TensorFlow. |
com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
Chaîne | getTfdbgRunId () A unique ID for the current run of tfdbg. |
com.google.protobuf.ByteString | getTfdbgRunIdBytes () A unique ID for the current run of tfdbg. |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
DebugMetadata.Builder statique | newBuilder (prototype DebugMetadata ) |
DebugMetadata.Builder statique | |
DebugMetadata.Builder | |
métadonnées de débogage statiques | parseDelimitedFrom (entrée InputStream) |
métadonnées de débogage statiques | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
métadonnées de débogage statiques | parseFrom (données ByteBuffer) |
métadonnées de débogage statiques | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
métadonnées de débogage statiques | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
métadonnées de débogage statiques | parseFrom (entrée com.google.protobuf.CodedInputStream) |
métadonnées de débogage statiques | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
métadonnées de débogage statiques | parseFrom (données com.google.protobuf.ByteString) |
métadonnées de débogage statiques | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
métadonnées de débogage statiques | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
DebugMetadata.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int FILE_VERSION_FIELD_NUMBER
Valeur constante : 2
public statique final int TENSORFLOW_VERSION_FIELD_NUMBER
Valeur constante : 1
public statique final int TFDBG_RUN_ID_FIELD_NUMBER
Valeur constante : 3
Méthodes publiques
public booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
chaîne publique getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
public com.google.protobuf.ByteString getFileVersionBytes ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
publique getParserForType ()
public int getSerializedSize ()
chaîne publique getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
public com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
chaîne publique getTfdbgRunId ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3;
public com.google.protobuf.ByteString getTfdbgRunIdBytes ()
A unique ID for the current run of tfdbg. A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg. Multiple hosts in a distributed TensorFlow job instrumented by tfdbg have the same ID.
string tfdbg_run_id = 3;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public static DebugMetadata parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebugMetadata parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebugMetadata parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique DebugMetadata parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public static DebugMetadata parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique DebugMetadata parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static DebugMetadata parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static DebugMetadata 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 |
---|