Searched defs:lru_cache (Results 1 – 5 of 5) sorted by relevance
33 lru_cache = functools.lru_cache variable55 def lru_cache(maxsize=128, typed=False): function
91 LRUCache<int> lru_cache(capacity); in TEST() local
2176 auto& lru_cache = MklPrimitiveFactory<T>::GetLRUCache(); in GetOp() local2181 auto& lru_cache = MklPrimitiveFactory<T>::GetLRUCache(); in SetOp() local
445 def lru_cache(maxsize=128, typed=False): function
181 struct bpf_map_def __attribute__ ((section("maps"), used)) lru_cache = { variable