mindspore.ops.Atan2
===================

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

    .. code-block::

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

    等价于

    .. code-block::

        ops.atan2(input, other)

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