Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsingle_thread_gemm.h46 void set_l2_bytes_to_use(int n) { l2_bytes_to_use_ = n; } in set_l2_bytes_to_use()
50 int l2_bytes_to_use() const { return l2_bytes_to_use_; } in l2_bytes_to_use()
58 int l2_bytes_to_use_ = kDefaultL2CacheSize; variable