TaggedRunMetadata

clase final pública TaggedRunMetadata

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

Clases anidadas

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

Constantes

En t RUN_METADATA_FIELD_NUMBER
En t TAG_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
static TaggedRunMetadata
TaggedRunMetadata
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.ByteString
getRunMetadata ()
 Byte-encoded version of the `RunMetadata` proto in order to allow lazy
 deserialization.
En t
Cuerda
getTag ()
 Tag name associated with this metadata.
com.google.protobuf.ByteString
getTagBytes ()
 Tag name associated with this metadata.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático TaggedRunMetadata.Builder
estático TaggedRunMetadata.Builder
TaggedRunMetadata.Builder
static TaggedRunMetadata
parseDelimitedFrom (entrada InputStream)
static TaggedRunMetadata
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom (datos ByteBuffer)
static TaggedRunMetadata
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom (entrada com.google.protobuf.CodedInputStream)
static TaggedRunMetadata
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom (datos com.google.protobuf.ByteString)
static TaggedRunMetadata
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaggedRunMetadata
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TaggedRunMetadata.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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 es igual a (Object obj)

public static TaggedRunMetadata getDefaultInstance ()

public TaggedRunMetadata getDefaultInstanceForType ()

público estático 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 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 (prototipo TaggedRunMetadata )

public static TaggedRunMetadata.Builder newBuilder ()

public TaggedRunMetadata.Builder newBuilderForType ()

public static TaggedRunMetadata parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático TaggedRunMetadata parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TaggedRunMetadata.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException