matmul

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

Matrix multiplication of two tensors.