Searched defs:RandomLighting (Results 1 – 5 of 5) sorted by relevance
1381 class RandomLighting(py_transforms.PyTensorOperation): class
1650 class RandomLighting(ImageTensorOperation): class
4935 class RandomLighting(ImageTensorOperation, PyTensorOperation): class
1818 Status RandomLighting(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, float … in RandomLighting() function
968 RandomLighting::RandomLighting(float alpha) : data_(std::make_shared<Data>(alpha)) {} in RandomLighting() function in mindspore::dataset::vision::RandomLighting