Searched refs:mat_buf (Results 1 – 1 of 1) sorted by relevance
32 void MatVec(T* out_buf, T* mat_buf, T* x_buf, int64 rows, int64 cols, in MatVec() argument53 auto mat = MatrixMap(mat_buf, mat_rows, mat_cols); in MatVec()