Module tfrecord::io::blocking[][src]

Low level blocking I/O functions.

Functions

try_read_len

Try to read the record length from a generic reader.

try_read_record

Try to extract raw bytes of a record from a generic reader.

try_read_record_data

Read the record raw bytes with given length from a generic reader.

try_write_record

Write the raw record bytes to a generic writer.