package tensorflow.data.experimental

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message DispatcherConfig

service_config.proto:11

Configuration for a tf.data service DispatchServer. Next id: 10

Used in: DispatcherStateExport

message SnapshotMetadataRecord

snapshot.proto:19

This stores the metadata information present in each snapshot record.

message SnapshotRecord

snapshot.proto:14

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.

message SnapshotTensorMetadata

snapshot.proto:45

Metadata for all the tensors in a Snapshot Record.

message TensorMetadata

snapshot.proto:38

Metadata for a single tensor in the Snapshot Record.

Used in: SnapshotTensorMetadata

message WorkerConfig

service_config.proto:48

Configuration for a tf.data service WorkerServer. Next id: 12

Used in: WorkerStateExport