Home
last modified time | relevance | path

Searched defs:rot90 (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DTensorTransformations.cpp123 Tensor rot90(const Tensor& self, int64_t k, IntArrayRef dims) { in rot90() function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py1281 def rot90(m, k=1, axes=(0, 1)): # pylint: disable=missing-docstring function
/external/pytorch/torch/_numpy/
D_funcs_impl.py702 def rot90(m: ArrayLike, k=1, axes=(0, 1)): function
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py653 def rot90(image, k=1, name=None): function
/external/pytorch/torch/_refs/
D__init__.py3842 def rot90( function