eq

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