Home
last modified time | relevance | path

Searched refs:random_choice (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/
Dbindings.cc152 … auto random_choice = std::make_shared<transforms::RandomChoiceOperation>(std::move(t_ops)); in __anon360f34601202() local
153 THROW_IF_ERROR(random_choice->ValidateParams()); in __anon360f34601202()
154 return random_choice; in __anon360f34601202()
/third_party/mindspore/mindspore/dataset/transforms/
Dpy_transforms_util.py148 def random_choice(img, transforms): function
Dpy_transforms.py297 return util.random_choice(img, self.transforms)
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_transforms_test.cc1884 auto random_choice = transforms::RandomChoice({resize_op1, resize_op2}); in TEST_F() local
1887 ds = ds->Map({random_choice}, {"image"}); in TEST_F()
1928 auto random_choice = transforms::RandomChoice({decode_op, resize_op}); in TEST_F() local
1931 ds = ds->Map({random_choice}, {"image"}); in TEST_F()
1949 std::shared_ptr<TensorTransform> random_choice(new transforms::RandomApply({decode_op, nullptr})); in TEST_F() local
1952 ds = ds->Map({random_choice}, {"image"}); in TEST_F()
1970 auto random_choice = transforms::RandomChoice(list); in TEST_F() local
1973 ds = ds->Map({random_choice}, {"image"}); in TEST_F()
/third_party/libpng/contrib/libtests/
Dpngvalid.c354 random_choice(void) in random_choice() function
7671 data.coefficients_overridden = random_choice(); in image_transform_png_set_rgb_to_gray_ini()
8608 data.flags = random_choice(); in image_transform_png_set_filler_set()
8681 data.flags = random_choice(); in image_transform_png_set_add_alpha_set()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c354 random_choice(void) in random_choice() function
7671 data.coefficients_overridden = random_choice(); in image_transform_png_set_rgb_to_gray_ini()
8608 data.flags = random_choice(); in image_transform_png_set_filler_set()
8681 data.flags = random_choice(); in image_transform_png_set_add_alpha_set()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c354 random_choice(void) in random_choice() function
7671 data.coefficients_overridden = random_choice(); in image_transform_png_set_rgb_to_gray_ini()
8608 data.flags = random_choice(); in image_transform_png_set_filler_set()
8681 data.flags = random_choice(); in image_transform_png_set_add_alpha_set()