DebugMetadata

public final class DebugMetadata

 Metadata about the debugger and the debugged TensorFlow program.
 
tensorflow.DebugMetadata tipo tensorflow.DebugMetadata

Classes aninhadas

aula 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étodos Públicos

boleano
igual a (objeto obj)
DebugMetadata estático
DebugMetadata
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getFileVersion ()
 Version of the DebugEvent file format.
com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
int
Fragmento
getTensorflowVersion ()
 Version of TensorFlow.
com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 Version of TensorFlow.
Fragmento
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
final booleano
static DebugMetadata.Builder
newBuilder (protótipo DebugMetadata )
static DebugMetadata.Builder
DebugMetadata.Builder
DebugMetadata estático
parseDelimitedFrom (input InputStream)
DebugMetadata estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata estático
parseFrom (dados ByteBuffer)
DebugMetadata estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata estático
parseFrom (com.google.protobuf.CodedInputStream input)
DebugMetadata estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata estático
parseFrom (com.google.protobuf.ByteString data)
DebugMetadata estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebugMetadata.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int FILE_VERSION_FIELD_NUMBER

Valor constante: 2

public static final int TENSORFLOW_VERSION_FIELD_NUMBER

Valor Constante: 1

public static final int TFDBG_RUN_ID_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (Object obj)

public static DebugMetadata getDefaultInstance ()

public DebugMetadata getDefaultInstanceForType ()

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;

public String 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.Builder newBuilder (protótipo DebugMetadata )

public static DebugMetadata.Builder newBuilder ()

public DebugMetadata.Builder newBuilderForType ()

public static DebugMetadata parseDelimitedFrom (InputStream input)

Lança
IOException

public static DebugMetadata parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DebugMetadata parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static DebugMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DebugMetadata parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DebugMetadata parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static DebugMetadata parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DebugMetadata parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static DebugMetadata parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DebugMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public DebugMetadata.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException