Home
last modified time | relevance | path

Searched refs:l1_bytes_to_use_ (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/internal/
Dsingle_thread_gemm.h45 void set_l1_bytes_to_use(int n) { l1_bytes_to_use_ = n; } in set_l1_bytes_to_use()
49 int l1_bytes_to_use() const { return l1_bytes_to_use_; } in l1_bytes_to_use()
57 int l1_bytes_to_use_ = kDefaultL1CacheSize; variable