Module tfrecord::io[][src]

Low level synchronous and asynchronous I/O functions.

The functions are used internally to work with generic readers and writers. It is not intended for common users, while we encourage using high level API.

Modules

async_

Low level I/O functions with async/await.

blocking

Low level blocking I/O functions.