Searched refs:b_mat (Results 1 – 1 of 1) sorted by relevance
87 const std::vector<float>& b_mat, int m, int n, in Multiply() argument94 sum += a_mat[y * n + i] * b_mat[i * k + x]; in Multiply()