Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dblock_params.h36 int l1_cols; member
50 &l1_cols, &l1_depth); in Init()
103 int l1_cols = 0; in FindL1BlockSizes() local
113 l1_cols = cols; in FindL1BlockSizes()
129 std::max(1, l1_bytes_to_use / (l1_depth + 4 * l1_cols)); in FindL1BlockSizes()
137 *out_l1_cols = l1_cols; in FindL1BlockSizes()
164 side == Side::Lhs ? block_params.l1_rows : block_params.l1_cols; in GetSideBlockParams()