Home
last modified time | relevance | path

Searched defs:RandomColor (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/
DGrTestUtils.cpp365 GrColor RandomColor(SkRandom* random) { in RandomColor() function
/third_party/skia/src/gpu/
DGrTestUtils.cpp354 GrColor RandomColor(SkRandom* random) { in RandomColor() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dpy_transforms.py1003 class RandomColor(py_transforms.PyTensorOperation): class
Dc_transforms.py1154 class RandomColor(ImageTensorOperation): class
Dtransforms.py3991 class RandomColor(ImageTensorOperation, PyTensorOperation): class
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp276 GLColor RandomColor(angle::RNG *rng) in RandomColor() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc815 RandomColor::RandomColor(float t_lb, float t_ub) : data_(std::make_shared<Data>(t_lb, t_ub)) {} in RandomColor() function in mindspore::dataset::vision::RandomColor