Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py338 model_cache = weakref.WeakValueDictionary() variable
344 model = model_cache[model_name]
349 model_cache[model_name] = model
356 model = model_cache[model_name]