2.3K Star 8.1K Fork 4.3K

GVPMindSpore / mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.ops.Shape.rst 386 Bytes
一键复制 编辑 原始数据 按行查看 历史

mindspore.ops.Shape

.. py:class:: mindspore.ops.Shape

    返回输入Tensor的shape。

    获取更多详情请查看 :func:`mindspore.ops.shape` 。

    输入:
        - **input_x** (Tensor) - Tensor的shape是 :math:`(x_1, x_2, ..., x_R)` 。

    输出:
        tuple[int],输出是由多个整数组成的tuple。 :math:`(x_1, x_2, ..., x_R)` 。
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
master

搜索帮助