Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Djax_jit.cc582 compiled_functions_.insert(function); in Insert()
586 compiled_functions_.erase(function); in Erase()
590 for (auto* function : compiled_functions_) { in ClearFunctionCache()
596 absl::flat_hash_set<CompiledFunction*> compiled_functions_; member in jax::__anon901e1bb70811::CompiledFunctionStore