Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dpy_transforms.py1559 class RandomRotation(py_transforms.PyTensorOperation): class
Dc_transforms.py1938 class RandomRotation(ImageTensorOperation): class
Dtransforms.py5504 class RandomRotation(ImageTensorOperation, PyTensorOperation): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc1064 RandomRotation::RandomRotation(const std::vector<float> &degrees, InterpolationMode resample, bool … in RandomRotation() function in mindspore::dataset::vision::RandomRotation