le

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