Searched refs:random_flip_up_down (Results 1 – 4 of 4) sorted by relevance
164 name: "random_flip_up_down"
1121 y = image_ops.random_flip_up_down(x_tf, seed=seed)1160 y = image_ops.random_flip_up_down(x_tf, seed=seed)1249 image_ops.random_flip_left_right, image_ops.random_flip_up_down,1265 image_ops.random_flip_left_right, image_ops.random_flip_up_down,
259 def random_flip_up_down(image, seed=None): function