Home
last modified time | relevance | path

Searched defs:lru_cache (Results 1 – 5 of 5) sorted by relevance

/external/yapf/yapf/yapflib/
Dpy3compat.py33 lru_cache = functools.lru_cache variable
55 def lru_cache(maxsize=128, typed=False): function
/external/rust/crates/hashlink/src/
Dlib.rs3 pub mod lru_cache; module
/external/tensorflow/tensorflow/core/util/
Dmkl_util_test.cc88 LRUCache<int> lru_cache(capacity); in TEST() local
Dmkl_util.h1797 auto& lru_cache = MklPrimitiveFactory<T>::GetLRUCache(); in GetOp() local
1802 auto& lru_cache = MklPrimitiveFactory<T>::GetLRUCache(); in SetOp() local
/external/python/cpython3/Lib/
Dfunctools.py478 def lru_cache(maxsize=128, typed=False): function