Function mindspore::dataset::operator+
Defined in File datasets.h
Function Documentation
Function to create a ConcatDataset.
Note
Reload “+” operator to concat two datasets.
- Parameters
datasets1 – [in] Shared pointer to the first dataset to be concatenated.
datasets2 – [in] Shared pointer to the second dataset to be concatenated.
- Returns
Shared pointer to the current Dataset.