SnapshotRecord

Classe finale publique SnapshotRecord

 Each SnapshotRecord represents one batch of pre-processed input data. A batch
 consists of a list of tensors that we encode as TensorProtos. This message
 doesn't store the structure of the batch.
 
Type Protobuf tensorflow.data.experimental.SnapshotRecord

Classes imbriquées

classe SnapshotRecord.Builder
 Each SnapshotRecord represents one batch of pre-processed input data. 

Constantes

int TENSOR_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Enregistrement instantané statique
Enregistrement instantané
final statique com.google.protobuf.Descriptors.Descriptor
int
TensorProto
getTensor (index int)
repeated .tensorflow.TensorProto tensor = 1;
int
getTensorCount ()
repeated .tensorflow.TensorProto tensor = 1;
Liste< TensorProto >
getTensorList ()
repeated .tensorflow.TensorProto tensor = 1;
TensorProtoOrBuilder
getTensorOrBuilder (index int)
repeated .tensorflow.TensorProto tensor = 1;
Liste<? étend TensorProtoOrBuilder >
getTensorOrBuilderList ()
repeated .tensorflow.TensorProto tensor = 1;
final com.google.protobuf.UnknownFieldSet
int
booléen final
SnapshotRecord.Builder statique
SnapshotRecord.Builder statique
SnapshotRecord.Builder
Enregistrement instantané statique
parseDelimitedFrom (entrée InputStream)
Enregistrement instantané statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement instantané statique
parseFrom (données ByteBuffer)
Enregistrement instantané statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement instantané statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement instantané statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Enregistrement instantané statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement instantané statique
parseFrom (données com.google.protobuf.ByteString)
Enregistrement instantané statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement instantané statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
SnapshotRecord.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int TENSOR_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

SnapshotRecord statique public getDefaultInstance ()

public SnapshotRecord getDefaultInstanceForType ()

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

publique getParserForType ()

public int getSerializedSize ()

public TensorProto getTensor (index int)

repeated .tensorflow.TensorProto tensor = 1;

public int getTensorCount ()

repeated .tensorflow.TensorProto tensor = 1;

Liste publique < TensorProto > getTensorList ()

repeated .tensorflow.TensorProto tensor = 1;

public TensorProtoOrBuilder getTensorOrBuilder (index int)

repeated .tensorflow.TensorProto tensor = 1;

Liste publique <? étend TensorProtoOrBuilder > getTensorOrBuilderList ()

repeated .tensorflow.TensorProto tensor = 1;

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

code de hachage int public ()

public final booléen isInitialized ()

public statique SnapshotRecord.Builder newBuilder ()

public statique SnapshotRecord.Builder newBuilder (prototype SnapshotRecord )

public SnapshotRecord.Builder newBuilderForType ()

public statique SnapshotRecord parseDelimitedFrom (entrée InputStream)

Jetés
IOException

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

Jetés
IOException

public statique SnapshotRecord parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

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

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public SnapshotRecord.Builder toBuilder ()

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

Jetés
IOException