Searched refs:random_choice (Results 1 – 7 of 7) sorted by relevance
152 … auto random_choice = std::make_shared<transforms::RandomChoiceOperation>(std::move(t_ops)); in __anon360f34601202() local153 THROW_IF_ERROR(random_choice->ValidateParams()); in __anon360f34601202()154 return random_choice; in __anon360f34601202()
148 def random_choice(img, transforms): function
297 return util.random_choice(img, self.transforms)
1884 auto random_choice = transforms::RandomChoice({resize_op1, resize_op2}); in TEST_F() local1887 ds = ds->Map({random_choice}, {"image"}); in TEST_F()1928 auto random_choice = transforms::RandomChoice({decode_op, resize_op}); in TEST_F() local1931 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() local1952 ds = ds->Map({random_choice}, {"image"}); in TEST_F()1970 auto random_choice = transforms::RandomChoice(list); in TEST_F() local1973 ds = ds->Map({random_choice}, {"image"}); in TEST_F()
354 random_choice(void) in random_choice() function7671 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()