Function tensorflow::ops::fixed_length_record_dataset
source · pub fn fixed_length_record_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
filenames: O0,
header_bytes: O1,
record_bytes: O2,
footer_bytes: O3,
buffer_size: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for FixedLengthRecordDataset::new().build(filenames, header_bytes, record_bytes, footer_bytes, buffer_size, scope)
.