Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms.py645 class RandomColorAdjust(py_transforms.PyTensorOperation): class
Dc_transforms.py802 class RandomColorAdjust(ImageTensorOperation): class
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc506 RandomColorAdjust::RandomColorAdjust(std::vector<float> brightness, std::vector<float> contrast, in RandomColorAdjust() function in mindspore::dataset::vision::RandomColorAdjust