Module tensorflow::io
source · Expand description
A module for reading and writing TFRecords, Tensorflow’s preferred on-disk data format.
See the tensorflow docs for details of this format.
Structs
- A type for deserializing TFRecord formats
- A type for writing bytes in the TFRecords format.
Enums
- The possible errors from a record read attempt