Function tensorflow::eager::raw_ops::fixed_length_record_dataset
source · pub fn fixed_length_record_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>(
ctx: &'a Context,
filenames: &T0,
header_bytes: &T1,
record_bytes: &T2,
footer_bytes: &T3,
buffer_size: &T4
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for FixedLengthRecordDataset::new().call(&ctx, &filenames, &header_bytes, &record_bytes, &footer_bytes, &buffer_size)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/FixedLengthRecordDataset