execute

Function execute 

Source
pub fn execute<A, B, C, D>(
    mat_a: &Matrix<A>,
    mat_b: &Matrix<B>,
    mat_c: &Matrix<C>,
    mat_d: &Matrix<D>,
)
Expand description

Execute the matrix-multiply and accumulate operation on the given matrices.