Searched refs:flip_index (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 303 def _random_flip(image, flip_index, seed, scope_name): argument 330 lambda: array_ops.reverse(image, [flip_index]), 344 flipped_input = array_ops.reverse(image, [flip_index + 1]) 392 def _flip(image, flip_index, scope_name): argument 415 return fix_image_flip_shape(image, array_ops.reverse(image, [flip_index])) 417 return array_ops.reverse(image, [flip_index+1])
|