pub fn zip_dataset<O0: Into<Output>>( input_datasets: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ZipDataset::new().build(input_datasets, scope).
ZipDataset::new().build(input_datasets, scope)