TaggedRunMetadata

classe final pública TaggedRunMetadata

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

Classes aninhadas

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

Constantes

interno RUN_METADATA_FIELD_NUMBER
interno TAG_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
estático TaggedRunMetadata
TaggedRunMetadados
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getRunMetadata ()
 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
interno
Corda
obterTag ()
 Tag name associated with this metadata.
com.google.protobuf.ByteString
getTagBytes ()
 Tag name associated with this metadata.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
estático TaggedRunMetadata.Builder
estático TaggedRunMetadata.Builder
TaggedRunMetadata.Builder
estático TaggedRunMetadata
parseDelimitedFrom (entrada InputStream)
estático TaggedRunMetadata
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TaggedRunMetadata
parseFrom (dados de ByteBuffer)
estático TaggedRunMetadata
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TaggedRunMetadata
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TaggedRunMetadata
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático TaggedRunMetadata
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TaggedRunMetadata
parseFrom (dados com.google.protobuf.ByteString)
estático TaggedRunMetadata
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático TaggedRunMetadata
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TaggedRunMetadata.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int RUN_METADATA_FIELD_NUMBER

Valor Constante: 2

int final estático público TAG_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

público estático TaggedRunMetadata getDefaultInstance ()

público TaggedRunMetadata getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público getParserForType ()

público com.google.protobuf.ByteString getRunMetadata ()

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

público int getSerializedSize ()

String pública getTag ()

tag de string

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

público com.google.protobuf.ByteString getTagBytes ()

tag de string

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

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático TaggedRunMetadata.Builder newBuilder (protótipo TaggedRunMetadata )

público estático TaggedRunMetadata.Builder newBuilder ()

público TaggedRunMetadata.Builder newBuilderForType ()

public static TaggedRunMetadata parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático TaggedRunMetadata parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático TaggedRunMetadata parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público TaggedRunMetadata.Builder toBuilder ()

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

Lança
IOException