Searched defs:moveaxis (Results 1 – 3 of 3) sorted by relevance
827 def moveaxis(a, source, destination): # pylint: disable=missing-docstring function
1416 def moveaxis(a: ArrayLike, source, destination): function
3917 Tensor moveaxis(const Tensor& self, IntArrayRef src, IntArrayRef dst) { in moveaxis() function3921 Tensor moveaxis(const Tensor& self, int64_t src, int64_t dst) { in moveaxis() function