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
50 &l2_cols, &l2_depth);
51 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, l1_bytes_to_use,
61 int l2_cols = 0; local
79 l2_cols =
90 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) /
91 (num_threads * (l2_depth + 4 * l2_cols)));
99 *out_l2_cols = l2_cols;
169 side == Side::Lhs ? block_params.l2_rows : block_params.l2_cols;

Completed in 78 milliseconds