times

operator fun Int.times(right: DScalar): DScalar
operator fun DScalar.times(right: Float): DScalar
operator fun Float.times(right: DScalar): DScalar
operator fun DScalar.times(right: DScalar): DScalar
operator fun Float.times(right: DTensor): DTensor
operator fun DTensor.times(right: Float): DTensor
operator fun DScalar.times(right: DTensor): DTensor
operator fun DTensor.times(right: DScalar): DTensor
operator fun DTensor.times(that: DTensor): DTensor