multiply

fun multiply(a: Tensor<*, *>, b: Tensor<*, *>): Tensor<*, *>(source)

Element-wise multiplication of two tensors.