A dataset of fixed-length records from one or more binary files.
fixed_length_record_dataset(
filenames,
record_bytes,
header_bytes = NULL,
footer_bytes = NULL,
buffer_size = NULL
)
A dataset
A string tensor containing one or more filenames.
An integer representing the number of bytes in each record.
(Optional) An integer scalar representing the number of bytes to skip at the start of a file.
(Optional) A integer scalar representing the number of bytes to ignore at the end of a file.
(Optional) A integer scalar representing the number of bytes to buffer when reading.