matmul

fun <T : DType, V> Tensor<T, V>.matmul(other: Tensor<T, V>): Tensor<T, V>(source)