Class ZipDataset

Inheritance Relationships

Base Type

Class Documentation

class ZipDataset : public mindspore::dataset::Dataset

The result of applying the Zip operator to the input Dataset.

Public Functions

explicit ZipDataset(const std::vector<std::shared_ptr<Dataset>> &inputs)

Constructor of ZipDataset.

Note

Applies zip to the dataset.

Parameters

inputs[in] A list of shared pointers to the datasets that we want to zip.

~ZipDataset() override = default

Destructor of ZipDataset.