Searched defs:rot90 (Results 1 – 2 of 2) sorted by relevance
1279 def rot90(m, k=1, axes=(0, 1)): # pylint: disable=missing-docstring function
656 def rot90(image, k=1, name=None): function