DebugMetadata de clase final pública
Metadata about the debugger and the debugged TensorFlow program.Tipo de
tensorflow.DebugMetadata
Clases anidadas
clase | DebugMetadata.Builder | Metadata about the debugger and the debugged TensorFlow program. |
Constantes
En t | FILE_VERSION_FIELD_NUMBER | |
En t | TENSORFLOW_VERSION_FIELD_NUMBER | |
En t | TFDBG_RUN_ID_FIELD_NUMBER |
Métodos públicos
booleano | es igual a (Objeto obj) |
DebugMetadata estático | |
DebugMetadata | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cuerda | getFileVersion () Version of the DebugEvent file format. |
com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
En t | |
Cuerda | getTensorflowVersion () Version of TensorFlow. |
com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
Cuerda | 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 | |
En t | hashCode () |
booleano final | |
DebugMetadata.Builder estático | newBuilder (prototipo DebugMetadata ) |
DebugMetadata.Builder estático | newBuilder () |
DebugMetadata.Builder | |
DebugMetadata estático | parseDelimitedFrom (entrada InputStream) |
DebugMetadata estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugMetadata estático | parseFrom (datos ByteBuffer) |
DebugMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugMetadata estático | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
DebugMetadata estático | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugMetadata estático | parseFrom (datos com.google.protobuf.ByteString) |
DebugMetadata estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugMetadata estático | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
DebugMetadata.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int FILE_VERSION_FIELD_NUMBER
Valor constante: 2
public static final int TENSORFLOW_VERSION_FIELD_NUMBER
Valor constante: 1
público estático final int TFDBG_RUN_ID_FIELD_NUMBER
Valor constante: 3
Métodos públicos
public boolean es igual a (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String 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;
público getParserForType ()
public int getSerializedSize ()
public String getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1;
public com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1;
cadena pública 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 ()
public int hashCode ()
public final boolean isInitialized ()
public static DebugMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático DebugMetadata parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static DebugMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático DebugMetadata parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOException |
---|
public static DebugMetadata parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
DebugMetadata parseFrom estático público (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
public static DebugMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
DebugMetadata parseFrom estático público (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|