[][src]Module tensorflow::io

A module for writing TFRecords, Tensorflow's preferred on-disk data format.

See the tensorflow docs for details of this format.

Structs

RecordWriter

A type for writing bytes in the TFRecords format.