Function tensorflow::eager::raw_ops::zip_dataset
source · pub fn zip_dataset<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
input_datasets: &[&T0]
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for ZipDataset::new().call(&ctx, &input_datasets)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ZipDataset