General matrix-matrix multiplication. Allocates result to using Mir refcounted arrays.
m(rows) x k(cols) matrix
k(rows) x n(cols) matrix Result: m(rows) x n(cols)
See Implementation
General matrix-matrix multiplication. Allocates result to using Mir refcounted arrays.