mindspore.ops.moveaxis
======================

.. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.3.1/resource/_static/logo_source.svg
    :target: https://gitee.com/mindspore/mindspore/blob/r2.3.1/docs/api/api_python/ops/mindspore.ops.func_moveaxis.rst
    :alt: 查看源文件


.. py:function:: mindspore.ops.moveaxis(x, source, destination)

    将 `x` 在 `source` 中位置的维度移动到 `destination` 中的位置。

    更多参考详见 :func:`mindspore.ops.movedim`。