Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h133 return compile_thread_pool_; in compile_thread_pool()
137 compile_thread_pool_ = compile_thread_pool; in set_compile_thread_pool()
155 tensorflow::thread::ThreadPool* compile_thread_pool_ = nullptr; variable