Function tensorflow::ops::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).