Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Darray_ops.py1146 def moveaxis(a, source, destination): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Darray_func.py6402 def moveaxis(x, source, destination): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py4313 def moveaxis(input, source, destination): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py2927 def moveaxis(self, source, destination): member in Tensor