addMixed

abstract fun <T1 : DType, T2 : DType> addMixed(a: Tensor<T1, V>, b: Tensor<T2, V>): Tensor<out DType, V>(source)