DebugMetadata

public final class DebugMetadata

 Metadata about the debugger and the debugged TensorFlow program.
 
Protobuf type tensorflow.DebugMetadata

Nested Classes

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

Constants

int FILE_VERSION_FIELD_NUMBER
int TENSORFLOW_VERSION_FIELD_NUMBER
int TFDBG_RUN_ID_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static DebugMetadata
DebugMetadata
final static com.google.protobuf.Descriptors.Descriptor
String
getFileVersion()
 Version of the DebugEvent file format.
com.google.protobuf.ByteString
getFileVersionBytes()
 Version of the DebugEvent file format.
int
String
getTensorflowVersion()
 Version of TensorFlow.
com.google.protobuf.ByteString
getTensorflowVersionBytes()
 Version of TensorFlow.
String
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 boolean
static DebugMetadata.Builder
static DebugMetadata.Builder
DebugMetadata.Builder
static DebugMetadata
parseDelimitedFrom(InputStream input)
static DebugMetadata
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugMetadata
parseFrom(ByteBuffer data)
static DebugMetadata
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugMetadata
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugMetadata
parseFrom(com.google.protobuf.CodedInputStream input)
static DebugMetadata
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugMetadata
parseFrom(com.google.protobuf.ByteString data)
static DebugMetadata
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugMetadata
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
DebugMetadata.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int FILE_VERSION_FIELD_NUMBER

Constant Value: 2

public static final int TENSORFLOW_VERSION_FIELD_NUMBER

Constant Value: 1

public static final int TFDBG_RUN_ID_FIELD_NUMBER

Constant Value: 3

Public Methods

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;

public 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 (DebugMetadata prototype)

public static DebugMetadata.Builder newBuilder ()

public DebugMetadata.Builder newBuilderForType ()

public static DebugMetadata parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static DebugMetadata parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public DebugMetadata.Builder toBuilder ()

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

Throws
IOException