2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.ops.ReverseV2.rst 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
李林杰 提交于 2023-04-25 19:16 . supplement dtypes for some meta ops

mindspore.ops.ReverseV2

.. py:class:: mindspore.ops.ReverseV2(axis)

    对输入Tensor按指定维度反转。

    .. warning::
        "axis"的取值范围为[-dims, dims - 1],"dims"表示"input_x"的维度长度。

    参数:
        - **axis** (Union[tuple(int), list(int)]) - 指定反转的轴。

    输入:
        - **input_x** (Tensor) - 输入需反转的任意维度的Tensor。shape为: :math:`(N, *)` ,其中 :math:`*` 表示任意数量的附加维度。

    输出:
        Tensor,shape和数据类型与输入 `input_x` 相同。

    异常:
        - **TypeError** - `axis` 既不是list也不是tuple。
        - **TypeError** - `axis` 的元素不是int。
        - **ValueError** - `axis` 存在多个元素指向同一个轴。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
r2.2

搜索帮助