SnapshotRecord

SnapshotRecord della classe finale pubblica

 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.
 
Tipo di protocollo tensorflow.data.experimental.SnapshotRecord

Classi nidificate

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

Costanti

int TENSOR_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
record di istantanea statico
Registrazione di istantanea
com.google.protobuf.Descriptors.Descriptor statico finale
int
TensoreProto
getTensor (indice int)
repeated .tensorflow.TensorProto tensor = 1;
int
getTensorCount ()
repeated .tensorflow.TensorProto tensor = 1;
Elenco< TensorProto >
getListaTensori ()
repeated .tensorflow.TensorProto tensor = 1;
TensorProtoOrBuilder
getTensorOrBuilder (indice int)
repeated .tensorflow.TensorProto tensor = 1;
Elenco<? estende TensorProtoOrBuilder >
getTensorOrBuilderList ()
repeated .tensorflow.TensorProto tensor = 1;
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
SnapshotRecord.Builder statico
SnapshotRecord.Builder statico
SnapshotRecord.Builder
record di istantanea statico
parseDelimitedFrom (input InputStream)
record di istantanea statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di istantanea statico
parseFrom (dati ByteBuffer)
record di istantanea statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
record di istantanea statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di istantanea statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
record di istantanea statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di istantanea statico
parseFrom (dati com.google.protobuf.ByteString)
record di istantanea statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di istantanea statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
SnapshotRecord.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int TENSOR_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

SnapshotRecord statico pubblico getDefaultInstance ()

SnapshotRecord pubblico getDefaultInstanceForType ()

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

pubblico getParserForType ()

public int getSerializedSize ()

public TensorProto getTensor (indice int)

repeated .tensorflow.TensorProto tensor = 1;

public int getTensorCount ()

repeated .tensorflow.TensorProto tensor = 1;

Elenco pubblico< TensorProto > getTensorList ()

repeated .tensorflow.TensorProto tensor = 1;

public TensorProtoOrBuilder getTensorOrBuilder (indice int)

repeated .tensorflow.TensorProto tensor = 1;

Elenco pubblico<? estende TensorProtoOrBuilder > getTensorOrBuilderList ()

repeated .tensorflow.TensorProto tensor = 1;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

pubblico statico SnapshotRecord.Builder newBuilder ()

pubblico statico SnapshotRecord.Builder newBuilder (prototipo SnapshotRecord )

pubblico SnapshotRecord.Builder newBuilderForType ()

SnapshotRecord statico pubblico parseDelimitedFrom (input InputStream)

Lancia
IOException

SnapshotRecord statico pubblico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom SnapshotRecord statico pubblico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

SnapshotRecord statico pubblico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

SnapshotRecord statico pubblico parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

ParseFrom SnapshotRecord statico pubblico (input com.google.protobuf.CodedInputStream)

Lancia
IOException

SnapshotRecord statico pubblico parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

SnapshotRecord statico pubblico parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

SnapshotRecord statico pubblico parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

SnapshotRecord statico pubblico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico SnapshotRecord.Builder toBuilder ()

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

Lancia
IOException