mindspore.ops.Add
=================

.. py:class:: mindspore.ops.Add()

    .. code-block::

        prim = ops.Add()
        out = prim(input, other)

    等价于

    .. code-block::

        ops.add(input, other)

    更多详情请查看: :func:`mindspore.ops.add` 。