Searched defs:GEMMShape (Results 1 – 1 of 1) sorted by relevance
58 struct GEMMShape struct60 unsigned int m; /**< Number of rows for the lhs matrix. Lhs matrix NOT transposed */61 unsigned int n; /**< Number of columns for the rhs matrix. Rhs matrix NOT transposed */62 unsigned int k; /**< Number of rows for the rhs matrix. Rhs matrix NOT transposed */63 unsigned int b; /**< Batch size */