Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py339 model_cache = weakref.WeakValueDictionary() variable
345 model = model_cache[model_name]
350 model_cache[model_name] = model
357 model = model_cache[model_name]