Searched defs:rot90 (Results 1 – 5 of 5) sorted by relevance
/external/pytorch/aten/src/ATen/native/ |
D | TensorTransformations.cpp | 123 Tensor rot90(const Tensor& self, int64_t k, IntArrayRef dims) { in rot90() function
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_array_ops.py | 1281 def rot90(m, k=1, axes=(0, 1)): # pylint: disable=missing-docstring function
|
/external/pytorch/torch/_numpy/ |
D | _funcs_impl.py | 702 def rot90(m: ArrayLike, k=1, axes=(0, 1)): function
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 653 def rot90(image, k=1, name=None): function
|
/external/pytorch/torch/_refs/ |
D | __init__.py | 3842 def rot90( function
|