Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dpy_transforms.py1381 class RandomLighting(py_transforms.PyTensorOperation): class
Dc_transforms.py1650 class RandomLighting(ImageTensorOperation): class
Dtransforms.py4935 class RandomLighting(ImageTensorOperation, PyTensorOperation): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc1818 Status RandomLighting(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, float … in RandomLighting() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc968 RandomLighting::RandomLighting(float alpha) : data_(std::make_shared<Data>(alpha)) {} in RandomLighting() function in mindspore::dataset::vision::RandomLighting