TensorMetadata

classe finale publique TensorMetadata

 Metadata for a single tensor in the Snapshot Record.
 
Type Protobuf tensorflow.data.experimental.TensorMetadata

Classes imbriquées

classe TensorMetadata.Builder
 Metadata for a single tensor in the Snapshot Record. 

Constantes

int TENSOR_SHAPE_FIELD_NUMBER
int TENSOR_SIZE_BYTES_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
TensorMetadata statique
TensorMétadonnées
final statique com.google.protobuf.Descriptors.Descriptor
int
TensorShapeProto
getTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
long
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
final com.google.protobuf.UnknownFieldSet
booléen
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
int
booléen final
TensorMetadata.Builder statique
TensorMetadata.Builder statique
TensorMetadata.Builder
TensorMetadata statique
parseDelimitedFrom (entrée InputStream)
TensorMetadata statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata statique
parseFrom (données ByteBuffer)
TensorMetadata statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
TensorMetadata statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata statique
parseFrom (données com.google.protobuf.ByteString)
TensorMetadata statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
TensorMetadata.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int TENSOR_SHAPE_FIELD_NUMBER

Valeur constante : 2

public statique final int TENSOR_SIZE_BYTES_FIELD_NUMBER

Valeur constante : 3

Méthodes publiques

public booléen égal (Objet obj)

TensorMetadata statique public getDefaultInstance ()

public TensorMetadata getDefaultInstanceForType ()

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

publique getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public long getTensorSizeBytes ()

 Number of uncompressed bytes used to store the tensor representation.
 
int64 tensor_size_bytes = 3;

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

public booléen hasTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

code de hachage int public ()

public final booléen isInitialized ()

public statique TensorMetadata.Builder newBuilder ()

public statique TensorMetadata.Builder newBuilder (prototype TensorMetadata )

public TensorMetadata.Builder newBuilderForType ()

public statique TensorMetadata parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static TensorMetadata parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TensorMetadata parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static TensorMetadata parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorMetadata parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TensorMetadata parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static TensorMetadata parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TensorMetadata parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static TensorMetadata parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorMetadata parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public TensorMetadata.Builder toBuilder ()

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

Jetés
IOException