Searched refs:compiler_threads (Results 1 – 2 of 2) sorted by relevance
298 std::unique_ptr<thread::ThreadPool> compiler_threads; member301 compiler_threads = std::make_unique<tensorflow::thread::ThreadPool>( in AsyncCompilationState()
178 async_compilation_state_.compiler_threads.reset(); in ~XlaCompilationCache()617 async_compilation_state_.compiler_threads->Schedule([=] { in CompileAsynchronous()