Home
last modified time | relevance | path

Searched refs:block_cols (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/public/
Dmap.h68 int block_cols) const { in block() argument
72 assert(start_col + block_cols <= cols_); in block()
74 return MatrixMap(data(start_row, start_col), block_rows, block_cols, in block()