mindspore.ops.greater_equal =========================== .. py:function:: mindspore.ops.greater_equal(input, other) 逐元素计算 :math:`input >= other` 的值。 参数: - **input** (Union[Tensor, Number]) - 第一个输入。 - **other** (Union[Tensor, Number]) - 第二个输入。 返回: Tensor