Searched refs:_rot180 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 470 def _rot180(): function 476 cases = [(math_ops.equal(k, 1), _rot90), (math_ops.equal(k, 2), _rot180), 502 def _rot180(): function 507 cases = [(math_ops.equal(k, 1), _rot90), (math_ops.equal(k, 2), _rot180),
|