Searched defs:l2_cols (Results 1 - 1 of 1) sorted by relevance

/external/gemmlowp/internal/
H A Dblock_params.h42 int l2_cols; member in struct:gemmlowp::BlockParams
48 &l2_cols, &l2_depth);
49 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, &l1_rows,
58 int l2_cols = 0; local
75 l2_cols =
86 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) /
87 (num_threads * (l2_depth + 4 * l2_cols)));
95 *out_l2_cols = l2_cols;
166 side == Side::Lhs ? block_params.l2_rows : block_params.l2_cols;

Completed in 78 milliseconds