TaggedRunMetadata

public final class TaggedRunMetadata

 For logging the metadata output for a single session.run() call.
 
Protobuf type tensorflow.TaggedRunMetadata

Nested Classes

class TaggedRunMetadata.Builder
 For logging the metadata output for a single session.run() call. 

Constants

int RUN_METADATA_FIELD_NUMBER
int TAG_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static TaggedRunMetadata
TaggedRunMetadata
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getRunMetadata()
 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
int
String
getTag()
 Tag name associated with this metadata.
com.google.protobuf.ByteString
getTagBytes()
 Tag name associated with this metadata.
final com.google.protobuf.UnknownFieldSet
int
final boolean
static TaggedRunMetadata.Builder
static TaggedRunMetadata.Builder
TaggedRunMetadata.Builder
static TaggedRunMetadata
parseDelimitedFrom(InputStream input)
static TaggedRunMetadata
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom(ByteBuffer data)
static TaggedRunMetadata
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom(com.google.protobuf.CodedInputStream input)
static TaggedRunMetadata
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom(com.google.protobuf.ByteString data)
static TaggedRunMetadata
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
TaggedRunMetadata.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int RUN_METADATA_FIELD_NUMBER

Constant Value: 2

public static final int TAG_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static TaggedRunMetadata getDefaultInstance ()

public TaggedRunMetadata getDefaultInstanceForType ()

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

public getParserForType ()

public com.google.protobuf.ByteString getRunMetadata ()

 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
 
bytes run_metadata = 2;

public int getSerializedSize ()

public String getTag ()

 Tag name associated with this metadata.
 
string tag = 1;

public com.google.protobuf.ByteString getTagBytes ()

 Tag name associated with this metadata.
 
string tag = 1;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static TaggedRunMetadata.Builder newBuilder (TaggedRunMetadata prototype)

public static TaggedRunMetadata.Builder newBuilder ()

public TaggedRunMetadata.Builder newBuilderForType ()

public static TaggedRunMetadata parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static TaggedRunMetadata parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public TaggedRunMetadata.Builder toBuilder ()

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

Throws
IOException