Function sgemm¶
Defined in File prod_blas.h
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)¶
Defined in File prod_blas.h
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)¶