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

The record writer.

The record writer.

Type Definitions

Alias to RecordAsyncWriter which input record type Vec.

Alias to RecordWriter which input record type Vec.

Alias to RecordAsyncWriter which input record type Example.

Alias to RecordWriter which input record type Example.