Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dcpuinfo.cc20 result->local_cache_size = 32 * 1024; in MakeDummyCacheParams()
48 int local_cache_size = 0; in QueryCacheParams() local
65 local_cache_size = cache->size; in QueryCacheParams()
70 if (!local_cache_size) { in QueryCacheParams()
71 local_cache_size = last_level_cache_size; in QueryCacheParams()
73 RUY_DCHECK_GT(local_cache_size, 0); in QueryCacheParams()
75 RUY_DCHECK_GE(last_level_cache_size, local_cache_size); in QueryCacheParams()
77 std::min(overall_local_cache_size, local_cache_size); in QueryCacheParams()
81 cache_params->local_cache_size = overall_local_cache_size; in QueryCacheParams()
A Dcpu_cache_params.h75 int local_cache_size = 0; member
A Dblock_map.cc143 if (kAnyFractal && (working_set_size > cpu_cache_params.local_cache_size)) { in GetTraversalOrder()
265 total_read_bytes_log2 - floor_log2(cpu_cache_params.local_cache_size); in GetCacheLocalityScore()
A Dblock_map_test.cc42 cpu_cache_params.local_cache_size = 128 * 1024; in MakeBlockMapTuningTest()
A Dtrace.h642 cpu_cache_params.local_cache_size, \

Completed in 13 milliseconds