mindspore.mint.greater
======================

.. py:function:: mindspore.mint.greater(input, other)

    逐元素计算 :math:`input > other` 的值。

    参数:
        - **input** (Union[Tensor, Number]) - 第一个输入。
        - **other** (Union[Tensor, Number]) - 第二个输入。

    返回:
        Tensor