2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.numpy.add.rst 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
俞涵 提交于 2024-09-13 15:59 . modify numpy docs format errors

mindspore.numpy.add

.. py:function:: mindspore.numpy.add(x1, x2, dtype=None)

    逐元素相加两个参数。

    .. note::
        不支持Numpy的 ``out`` 、 ``where`` 、 ``casting`` 、 ``order`` 、 ``subok`` 、 ``signature`` 和 ``extobj`` 参数。

    参数:
        - **x1** (Tensor) - 参与相加的第一个输入。
        - **x2** (Tensor) - 参与相加的第二个输入。
        - **dtype** (mindspore.dtype, 可选) - 默认值: ``None`` 。用于覆盖输出Tensor的dtype。

    返回:
        Tensor或标量, ``x1`` 和 ``x2`` 逐元素相加后的和。如果 ``x1`` 和 ``x2`` 都是标量,则返回标量。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
master

搜索帮助