Home
last modified time | relevance | path

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

/external/rust/crates/hashlink/src/
Dlib.rs3 pub mod lru_cache; module
/external/yapf/yapf/yapflib/
Dpy3compat.py36 lru_cache = functools.lru_cache variable
58 def lru_cache(maxsize=128, typed=False): function
/external/tensorflow/tensorflow/core/util/
Dmkl_util_test.cc88 LRUCache<int> lru_cache(capacity); in TEST() local
/external/python/cachetools/src/cachetools/
Dfunc.py120 def lru_cache(maxsize=128, typed=False): function
/external/python/cpython3/Modules/_sqlite/
Dmodule.h51 PyObject *lru_cache; member
Dconnection.c134 PyObject *lru_cache = state->lru_cache; in new_statement_cache() local
/external/python/cpython3/Lib/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function