Searched refs:l1_bytes_to_use (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
D | block_params.h | 46 void Init(int rows, int cols, int depth, int num_threads, int l1_bytes_to_use, in Init() 51 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, l1_bytes_to_use, in Init() 105 int l1_bytes_to_use, int* out_l1_rows, in FindL1BlockSizes() 122 1, (l1_bytes_to_use - 4 * KernelFormat::kRows * KernelFormat::kCols) / in FindL1BlockSizes() 132 std::max(1, l1_bytes_to_use / (l1_depth + 4 * l1_cols)); in FindL1BlockSizes()
|
D | single_thread_gemm.h | 49 int l1_bytes_to_use() const { return l1_bytes_to_use_; } in l1_bytes_to_use() function 93 rows, cols, depth, 1, context->l1_bytes_to_use(), in SingleThreadGemm()
|
D | multi_thread_gemm.h | 678 rows, cols, depth, task_count, context->l1_bytes_to_use(), in MultiThreadGemm()
|