Home
last modified time | relevance | path

Searched defs:RandomChoice (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dtransforms.cc229 RandomChoice::RandomChoice(const std::vector<TensorTransform *> &transforms) : data_(std::make_shar… in RandomChoice() function in mindspore::dataset::transforms::RandomChoice
236 RandomChoice::RandomChoice(const std::vector<std::shared_ptr<TensorTransform>> &transforms) in RandomChoice() function in mindspore::dataset::transforms::RandomChoice
244 RandomChoice::RandomChoice(const std::vector<std::reference_wrapper<TensorTransform>> &transforms) in RandomChoice() function in mindspore::dataset::transforms::RandomChoice
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtransforms.h38 class RandomChoice; variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/transforms/
Dpy_transforms.py306 class RandomChoice(PyTensorOperation): class
Dc_transforms.py572 class RandomChoice(TensorOperation): class
Dtransforms.py879 class RandomChoice(CompoundOperation): class