OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultL2CacheSize
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/internal/
common.h
196
const int
kDefaultL2CacheSize
= 2 * 1024 * 1024;
202
const int
kDefaultL2CacheSize
= 384 * 1024;
208
const int
kDefaultL2CacheSize
= 4 * 1024 * 1024;
212
const int
kDefaultL2CacheSize
= 2 * 1024 * 1024;
216
const int
kDefaultL2CacheSize
= 1024 * 1024;
222
const int
kDefaultL2CacheSize
= 256 * 1024;
single_thread_gemm.h
58
int l2_bytes_to_use_ =
kDefaultL2CacheSize
;
Completed in 223 milliseconds