Searched refs:_random_flip (Results 1 – 1 of 1) sorted by relevance
375 return _random_flip(image, 0, random_func, 'random_flip_up_down')423 return _random_flip(image, 1, random_func, 'random_flip_left_right')453 return _random_flip(484 return _random_flip(488 def _random_flip(image, flip_index, random_func, scope_name): function