Searched refs:compiler_threads (Results 1 – 3 of 3) sorted by relevance
908 unsigned compiler_threads = 1; in iris_screen_create() local913 compiler_threads = hw_threads * 3 / 4; in iris_screen_create()915 compiler_threads = hw_threads - 2; in iris_screen_create()917 compiler_threads = hw_threads - 1; in iris_screen_create()921 "sh", 64, compiler_threads, in iris_screen_create()
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()