Function sgemm

Function Documentation

void sgemm(bool transA, bool transB, int rows_a, int rows_b, int width, float alpha, float *a, int lda, float *b, int ldb, float beta, float *c, int ldc)