Searched defs:RandomChoice (Results 1 – 5 of 5) sorted by relevance
229 RandomChoice::RandomChoice(const std::vector<TensorTransform *> &transforms) : data_(std::make_shar… in RandomChoice() function in mindspore::dataset::transforms::RandomChoice236 RandomChoice::RandomChoice(const std::vector<std::shared_ptr<TensorTransform>> &transforms) in RandomChoice() function in mindspore::dataset::transforms::RandomChoice244 RandomChoice::RandomChoice(const std::vector<std::reference_wrapper<TensorTransform>> &transforms) in RandomChoice() function in mindspore::dataset::transforms::RandomChoice
38 class RandomChoice; variable
306 class RandomChoice(PyTensorOperation): class
572 class RandomChoice(TensorOperation): class
879 class RandomChoice(CompoundOperation): class