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