HomeSort by relevance Sort by last modified time
    Searched refs:l1_bytes_to_use (Results 1 - 3 of 3) sorted by null

  /external/gemmlowp/internal/
block_params.h 46 void Init(int rows, int cols, int depth, int num_threads, int l1_bytes_to_use,
51 FindL1BlockSizes<KernelFormat>(l2_rows, l2_cols, l2_depth, l1_bytes_to_use,
105 int l1_bytes_to_use, int* out_l1_rows,
122 1, (l1_bytes_to_use - 4 * KernelFormat::kRows * KernelFormat::kCols) /
132 std::max(1, l1_bytes_to_use / (l1_depth + 4 * l1_cols));
single_thread_gemm.h 49 int l1_bytes_to_use() const { return l1_bytes_to_use_; } function in class:gemmlowp::SingleThreadGemmContext
93 rows, cols, depth, 1, context->l1_bytes_to_use(),
multi_thread_gemm.h 650 rows, cols, depth, task_count, context->l1_bytes_to_use(),

Completed in 176 milliseconds