TaggedRunMetadata

public final class TaggedRunMetadata

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

Classes aninhadas

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

Constantes

int RUN_METADATA_FIELD_NUMBER
int TAG_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto 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
Fragmento
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 booleano
static TaggedRunMetadata.Builder
static TaggedRunMetadata.Builder
TaggedRunMetadata.Builder
static TaggedRunMetadata
parseDelimitedFrom (input InputStream)
static TaggedRunMetadata
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom (dados ByteBuffer)
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)
estático
TaggedRunMetadata.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int RUN_METADATA_FIELD_NUMBER

Valor constante: 2

public static final int TAG_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static TaggedRunMetadata getDefaultInstance ()

public TaggedRunMetadata getDefaultInstanceForType ()

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

público 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 de string tag = 1;

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

public com.google.protobuf.ByteString getTagBytes ()

Tag de string tag = 1;

 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 (protótipo TaggedRunMetadata )

public static TaggedRunMetadata.Builder newBuilder ()

public TaggedRunMetadata.Builder newBuilderForType ()

public static TaggedRunMetadata parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static TaggedRunMetadata parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TaggedRunMetadata.Builder toBuilder ()

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

Lança
IOException