Home
last modified time | relevance | path

Searched refs:BuildWeakrefLRUCacheAPI (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dweakref_lru_cache.h23 void BuildWeakrefLRUCacheAPI(pybind11::module& m);
H A Dweakref_lru_cache.cc195 void BuildWeakrefLRUCacheAPI(pybind11::module& m) { in BuildWeakrefLRUCacheAPI() function
H A Dxla.cc198 jax::BuildWeakrefLRUCacheAPI(m); in PYBIND11_MODULE()