Searched refs:CompiledFunctionCache (Results 1 – 2 of 2) sorted by relevance
364 class CompiledFunctionCache { class367 explicit CompiledFunctionCache(int capacity);419 CompiledFunctionCache::CompiledFunctionCache(int capacity) in CompiledFunctionCache() function in jax::__anon901e1bb70811::CompiledFunctionCache422 std::shared_ptr<CompiledFunctionCache::Cache> CompiledFunctionCache::Lookup( in Lookup()460 std::shared_ptr<CompiledFunctionCache> cache);514 const std::shared_ptr<CompiledFunctionCache>& cache() const { return cache_; } in cache()560 std::shared_ptr<CompiledFunctionCache> cache_;563 std::shared_ptr<CompiledFunctionCache::Cache> executables_;611 std::shared_ptr<CompiledFunctionCache> cache) in CompiledFunction()1206 std::shared_ptr<CompiledFunctionCache> cache) { in InitializeCompiledFunction()[all …]
26 class CompiledFunctionCache:57 cache: Optional[CompiledFunctionCache] = ...) -> CompiledFunction: ...