mindspore.ops.moveaxis ====================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/br_base/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/br_base/docs/api/api_python/ops/mindspore.ops.func_moveaxis.rst :alt: 查看源文件 .. py:function:: mindspore.ops.moveaxis(x, source, destination) 将输入tensor的两个轴调换位置。 更多参考详见 :func:`mindspore.ops.movedim`。