Home
last modified time | relevance | path

Searched defs:moveaxis (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_array_ops.py827 def moveaxis(a, source, destination): # pylint: disable=missing-docstring function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py1416 def moveaxis(a: ArrayLike, source, destination): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3917 Tensor moveaxis(const Tensor& self, IntArrayRef src, IntArrayRef dst) { in moveaxis() function
3921 Tensor moveaxis(const Tensor& self, int64_t src, int64_t dst) { in moveaxis() function