Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Doffload.py247 class RandomColorAdjust(nn.Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dpy_transforms.py1051 class RandomColorAdjust(py_transforms.PyTensorOperation): class
Dc_transforms.py1187 class RandomColorAdjust(ImageTensorOperation): class
Dtransforms.py4057 class RandomColorAdjust(ImageTensorOperation, PyTensorOperation): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc832 RandomColorAdjust::RandomColorAdjust(const std::vector<float> &brightness, const std::vector<float>… in RandomColorAdjust() function in mindspore::dataset::vision::RandomColorAdjust