Class SubsetRandomSampler
Defined in File samplers.h
Inheritance Relationships
Base Type
public mindspore::dataset::SubsetSampler
(Class SubsetSampler)
Class Documentation
-
class SubsetRandomSampler : public mindspore::dataset::SubsetSampler
A class to represent a Subset Random Sampler in the data pipeline.
Note
Samples the elements randomly from a sequence of indices.