Module tfrecord::record_writer

source ·
Expand description

TFRecord data writer.

It provides several writers to serialize Record types.

WriterRecord type
BytesWriterVec
ExampleWriterExample
RecordWriterType that implements Record

The asynchronous counterparts are named in AsyncWriter suffix.

Structs

Type Aliases