DebugMetadata

classe finale pubblica DebugMetadata

 Metadata about the debugger and the debugged TensorFlow program.
 
Tipo di protocollo tensorflow.DebugMetadata

Classi nidificate

classe DebugMetadata.Builder
 Metadata about the debugger and the debugged TensorFlow program. 

Costanti

int FILE_VERSION_FIELD_NUMBER
int TENSORFLOW_VERSION_FIELD_NUMBER
int TFDBG_RUN_ID_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Metadati di debug statici
DebugMetadati
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getFileVersion ()
 Version of the DebugEvent file format.
com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
int
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.
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
DebugMetadata.Builder statico
DebugMetadata.Builder statico
DebugMetadata.Builder
Metadati di debug statici
parseDelimitedFrom (input InputStream)
Metadati di debug statici
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Metadati di debug statici
parseFrom (dati ByteBuffer)
Metadati di debug statici
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Metadati di debug statici
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Metadati di debug statici
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Metadati di debug statici
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Metadati di debug statici
parseFrom (dati com.google.protobuf.ByteString)
Metadati di debug statici
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Metadati di debug statici
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DebugMetadata.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int FILE_VERSION_FIELD_NUMBER

Valore costante: 2

public static final int TENSORFLOW_VERSION_FIELD_NUMBER

Valore costante: 1

public static final int TFDBG_RUN_ID_FIELD_NUMBER

Valore costante: 3

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico DebugMetadata getDefaultInstance ()

public DebugMetadata getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

stringa pubblica getFileVersion ()

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

pubblico 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;

pubblico getParserForType ()

public int getSerializedSize ()

stringa pubblica getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

pubblico com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

stringa pubblica 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;

pubblico 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;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

public static DebugMetadata.Builder newBuilder (prototipo DebugMetadata )

pubblico statico DebugMetadata.Builder newBuilder ()

public DebugMetadata.Builder newBuilderForType ()

public static DebugMetadata parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico DebugMetadata (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebugMetadata (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebugMetadata (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebugMetadata (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebugMetadata (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico DebugMetadata (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico DebugMetadata.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException