tensorflow::ops

Function zip_dataset

Source
pub fn zip_dataset<O0: Into<Output>>(
    input_datasets: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ZipDataset::new().build(input_datasets, scope).