Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dblock_params.h36 int l1_cols; member
52 &l1_rows, &l1_cols, &l1_depth); in Init()
108 int l1_cols = 0; in FindL1BlockSizes() local
118 l1_cols = cols; in FindL1BlockSizes()
132 std::max(1, l1_bytes_to_use / (l1_depth + 4 * l1_cols)); in FindL1BlockSizes()
140 *out_l1_cols = l1_cols; in FindL1BlockSizes()
167 side == Side::Lhs ? block_params.l1_rows : block_params.l1_cols; in GetSideBlockParams()
Dsingle_thread_gemm.h109 block_params.l1_cols); in SingleThreadGemm()