Searched defs:RandomChoice (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ | ||
| D | transforms.cc | 227 RandomChoice::RandomChoice(const std::vector<TensorTransform *> &transforms) : data_(std::make_shar… in RandomChoice() function in mindspore::dataset::transforms::RandomChoice |
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ | ||
| D | transforms.h | 39 class RandomChoice; variable |
| /third_party/mindspore/mindspore/dataset/transforms/ | ||
| D | py_transforms.py | 265 class RandomChoice(PyTensorOperation): class |
| D | c_transforms.py | 470 class RandomChoice(TensorOperation): class |