Searched refs:flip_index (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 488 def _random_flip(image, flip_index, random_func, scope_name): argument 516 lambda: array_ops.reverse(image, [flip_index]), 527 flipped_input = array_ops.reverse(image, [flip_index + 1]) 612 def _flip(image, flip_index, scope_name): argument 637 return fix_image_flip_shape(image, array_ops.reverse(image, [flip_index])) 640 return array_ops.reverse(image, [flip_index + 1])
|