mindspore.mint.greater_equal ============================== .. py:function:: mindspore.mint.greater_equal(input, other) -> Tensor 逐元素比较是否 :math:`input >= other` 。 .. math:: out_{i} =\begin{cases} & \text{True, if } input_{i}>=other_{i} \\ & \text{False, if } input_{i}