Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms.py696 class RandomRotation(py_transforms.PyTensorOperation): class
Dc_transforms.py1298 class RandomRotation(ImageTensorOperation): class
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc700 RandomRotation::RandomRotation(std::vector<float> degrees, InterpolationMode resample, bool expand, in RandomRotation() function in mindspore::dataset::vision::RandomRotation