classe final pública DebugMetadata
Metadata about the debugger and the debugged TensorFlow program.
tensorflow.DebugMetadata Classes aninhadas
| aula | DebugMetadata.Builder | Metadata about the debugger and the debugged TensorFlow program. | |
Constantes
| interno | FILE_VERSION_FIELD_NUMBER | |
| interno | TENSORFLOW_VERSION_FIELD_NUMBER | |
| interno | TFDBG_RUN_ID_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| DebugMetadata estático | |
| DebugMetadados | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getFileVersion () Version of the DebugEvent file format. |
| com.google.protobuf.ByteString | getFileVersionBytes () Version of the DebugEvent file format. |
| interno | |
| Corda | getTensorflowVersion () Version of TensorFlow. |
| com.google.protobuf.ByteString | getTensorflowVersionBytes () Version of TensorFlow. |
| Corda | 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 | |
| interno | código hash () |
| booleano final | |
| DebugMetadata.Builder estático | newBuilder (protótipo DebugMetadata ) |
| DebugMetadata.Builder estático | |
| DebugMetadata.Builder | |
| DebugMetadata estático | parseDelimitedFrom (entrada InputStream) |
| DebugMetadata estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugMetadata estático | parseFrom (dados de ByteBuffer) |
| DebugMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugMetadata estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| DebugMetadata estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugMetadata estático | parseFrom (dados com.google.protobuf.ByteString) |
| DebugMetadata estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebugMetadata estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| DebugMetadata.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int FILE_VERSION_FIELD_NUMBER
Valor Constante: 2
público estático 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
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getFileVersion ()
Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2; público 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 ()
público int getSerializedSize ()
String pública getTensorflowVersion ()
Version of TensorFlow.
string tensorflow_version = 1; público com.google.protobuf.ByteString getTensorflowVersionBytes ()
Version of TensorFlow.
string tensorflow_version = 1; String 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; público 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; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static DebugMetadata parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebugMetadata parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebugMetadata parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DebugMetadata parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static DebugMetadata parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
DebugMetadata estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static DebugMetadata parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebugMetadata parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|