Searched refs:l2_bytes_to_use (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
D | block_params.h | 47 int l1_bytes_to_use, int l2_bytes_to_use, float l2_rhs_factor) { in Init() 49 l2_bytes_to_use, l2_rhs_factor, in Init() 58 int l2_bytes_to_use, float l2_rhs_factor, in FindL2BlockSizes() 73 1, static_cast<int>(l2_rhs_factor * (l2_bytes_to_use / l2_depth))); in FindL2BlockSizes() 87 std::max(1, (l2_bytes_to_use - l2_depth * l2_cols) / in FindL2BlockSizes()
|
D | single_thread_gemm.h | 50 int l2_bytes_to_use() const { return l2_bytes_to_use_; } in l2_bytes_to_use() function 94 context->l2_bytes_to_use(), in SingleThreadGemm()
|
D | multi_thread_gemm.h | 457 context->l2_bytes_to_use(), in Run() 659 context->l2_bytes_to_use(), in MultiThreadGemm()
|