Searched defs:WeakrefLRUCache (Results 1 – 1 of 1) sorted by relevance
28 class WeakrefLRUCache : public std::enable_shared_from_this<WeakrefLRUCache> { class108 WeakrefLRUCache(pybind11::function cache_context_fn, pybind11::function fn, in WeakrefLRUCache() function in jax::WeakrefLRUCache