Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A 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]

Completed in 12 milliseconds