Searched defs:UniformAugment (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ | ||
D | transforms.h | 45 class UniformAugment; variable |
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ | ||
D | vision.cc | 1008 UniformAugment::UniformAugment(const std::vector<TensorTransform *> &transforms, int32_t num_ops) in UniformAugment() function in mindspore::dataset::vision::UniformAugment |
/third_party/mindspore/mindspore/dataset/vision/ | ||
D | py_transforms.py | 1663 class UniformAugment(py_transforms.PyTensorOperation): class |
D | c_transforms.py | 1798 class UniformAugment(ImageTensorOperation): class |