Home
last modified time | relevance | path

Searched refs:RandomColor (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_random_color.py69 … 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 …]
Dtest_uniform_augment.py79 F.RandomColor(),
Dtest_compose.py212 c_vision.RandomColor()],
Dtest_serdes_dataset.py422 vision.RandomColor(),
/third_party/skia/src/gpu/
DGrTestUtils.h56 GrColor RandomColor(SkRandom* random);
DGrDefaultGeoProcFactory.cpp267 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
DGrTestUtils.cpp354 GrColor RandomColor(SkRandom* random) { in RandomColor() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dvision.h329 class RandomColor final : public TensorTransform {
334 RandomColor(float t_lb, float t_ub);
337 ~RandomColor() = default;
/third_party/skia/src/gpu/effects/
DGrBezierEffect.cpp187 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
340 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
DGrBitmapTextGeoProc.cpp224 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc483 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/
DDrawAtlasOp.cpp367 colors->push_back(GrTest::RandomColor(random)); in randomize_params()
DDashOp.cpp878 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
1092 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
DDrawVerticesOp.cpp670 colors->push_back(GrTest::RandomColor(random)); in randomize_params()
/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms.py1449 class RandomColor(py_transforms.PyTensorOperation): class
Dc_transforms.py778 class RandomColor(ImageTensorOperation): class
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.h200 GLColor RandomColor(angle::RNG *rng);
DANGLETest.cpp276 GLColor RandomColor(angle::RNG *rng) in RandomColor() function
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_vision_random_test.cc181 …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/
DClearTest.cpp1961 GLColor color = RandomColor(&rng); in TEST_P()
/third_party/mindspore/
DRELEASE.md2775 …- Fix bug of RandomColor and RandomSharpness default parameter checking ([!2833](https://gitee.co…