ge

infix fun Float.ge(other: Float): Boolean
infix fun DTensor.ge(other: DTensor): DTensor
infix fun DTensor.ge(other: Float): DTensor
infix fun Float.ge(other: DTensor): DTensor
infix fun DScalar.ge(other: DScalar): DScalar
infix fun DScalar.ge(other: Float): DScalar
infix fun Float.ge(other: DScalar): DScalar