Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.h164 tensorflow::thread::ThreadPool* compile_thread_pool() const { in compile_thread_pool() function
168 tensorflow::thread::ThreadPool* compile_thread_pool) { in set_compile_thread_pool() argument
169 compile_thread_pool_ = compile_thread_pool; in set_compile_thread_pool()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dlocal_service.cc176 build_options.compile_thread_pool()}, in CompileExecutables()
193 build_options.compile_thread_pool()}, in CompileExecutables()
222 build_options.compile_thread_pool()}, in CompileAotResults()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_stream_executor_client.cc2398 if (!build_options.compile_thread_pool()) { in GetExecutableExtras()