Home
last modified time | relevance | path

Searched defs:RandomAffine (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dpy_transforms.py898 class RandomAffine(py_transforms.PyTensorOperation): class
Dc_transforms.py995 class RandomAffine(ImageTensorOperation): class
Dtransforms.py3773 class RandomAffine(ImageTensorOperation, PyTensorOperation): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc781 RandomAffine::RandomAffine(const std::vector<float_t> &degrees, const std::vector<float_t> &transla… in RandomAffine() function in mindspore::dataset::vision::RandomAffine