Function mindspore::dataset::Zip
Defined in File datasets.h
Function Documentation
Function to create a ZipDataset.
Note
Applies zip to the dataset.
- Parameters
datasets – [in] List of shared pointers to the datasets that we want to zip.
- Returns
Shared pointer to the ZipDataset.