/third_party/mindspore/tests/ut/python/dataset/ |
D | test_random_color.py | 69 … F.RandomColor(degrees=degrees), 109 c_op = vision.RandomColor() 111 c_op = vision.RandomColor(degrees) 151 F.RandomColor((2.0, 2.5)), 179 c_op = vision.RandomColor() 180 p_op = F.RandomColor() 182 c_op = vision.RandomColor(degrees) 183 p_op = F.RandomColor(degrees) 219 vision.RandomColor((12)) 223 vision.RandomColor(("col", 3)) [all …]
|
D | test_uniform_augment.py | 79 F.RandomColor(),
|
D | test_compose.py | 212 c_vision.RandomColor()],
|
D | test_serdes_dataset.py | 422 vision.RandomColor(),
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.h | 56 GrColor RandomColor(SkRandom* random);
|
D | GrDefaultGeoProcFactory.cpp | 267 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
|
D | GrTestUtils.cpp | 354 GrColor RandomColor(SkRandom* random) { in RandomColor() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | vision.h | 329 class RandomColor final : public TensorTransform { 334 RandomColor(float t_lb, float t_ub); 337 ~RandomColor() = default;
|
/third_party/skia/src/gpu/effects/ |
D | GrBezierEffect.cpp | 187 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 340 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
|
D | GrBitmapTextGeoProc.cpp | 224 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | vision.cc | 483 struct RandomColor::Data { 489 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 491 std::shared_ptr<TensorOperation> RandomColor::Parse() { in Parse()
|
/third_party/skia/src/gpu/ops/ |
D | DrawAtlasOp.cpp | 367 colors->push_back(GrTest::RandomColor(random)); in randomize_params()
|
D | DashOp.cpp | 878 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate() 1092 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
|
D | DrawVerticesOp.cpp | 670 colors->push_back(GrTest::RandomColor(random)); in randomize_params()
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms.py | 1449 class RandomColor(py_transforms.PyTensorOperation): class
|
D | c_transforms.py | 778 class RandomColor(ImageTensorOperation): class
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.h | 200 GLColor RandomColor(angle::RNG *rng);
|
D | ANGLETest.cpp | 276 GLColor RandomColor(angle::RNG *rng) in RandomColor() function
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_vision_random_test.cc | 181 …std::shared_ptr<TensorTransform> random_color_op_1 = std::make_shared<vision::RandomColor>(0.0, 0.… in TEST_F() 184 …std::shared_ptr<TensorTransform> random_color_op_2 = std::make_shared<vision::RandomColor>(0.0, 1.… in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ClearTest.cpp | 1961 GLColor color = RandomColor(&rng); in TEST_P()
|
/third_party/mindspore/ |
D | RELEASE.md | 2775 …- Fix bug of RandomColor and RandomSharpness default parameter checking ([!2833](https://gitee.co…
|