Class ConcatDataset
Defined in File datasets.h
Inheritance Relationships
Base Type
public mindspore::dataset::Dataset
(Class Dataset)
Class Documentation
-
class ConcatDataset : public mindspore::dataset::Dataset
The result of applying concat dataset operator to the input Dataset.
Public Functions
-
explicit ConcatDataset(const std::vector<std::shared_ptr<Dataset>> &input)
Constructor of ConcatDataset.
Note
Concat the datasets in the input.
- Parameters
input – [in] List of shared pointers to the dataset that should be concatenated together.
-
~ConcatDataset() override = default
Destructor of ConcatDataset.
-
explicit ConcatDataset(const std::vector<std::shared_ptr<Dataset>> &input)