Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h149 compilation_cache_ GUARDED_BY(mutex_);
Dnvptx_compiler.cc809 decltype(compilation_cache_.begin()) iter; in CompilePtxOrGetCachedResult()
817 std::tie(iter, inserted) = compilation_cache_.emplace( in CompilePtxOrGetCachedResult()
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h285 CompilationCache compilation_cache_; variable
Dservice.cc849 *result->mutable_handle() = compilation_cache_.Insert(std::move(executable)); in Compile()
861 compilation_cache_.LookUp(arg->handle())); in Execute()
/external/v8/src/
Disolate.h1009 CompilationCache* compilation_cache() { return compilation_cache_; } in compilation_cache()
1673 CompilationCache* compilation_cache_; variable
Disolate.cc2449 compilation_cache_(nullptr), in Throw()
2748 delete compilation_cache_; in Throw()
2749 compilation_cache_ = nullptr; in Throw()
2944 compilation_cache_ = new CompilationCache(this); in Throw()