Searched refs:default_thread_pool (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.cc | 62 thread::ThreadPool* default_thread_pool, in ProcessFunctionLibraryRuntime() argument 67 default_thread_pool_(default_thread_pool), in ProcessFunctionLibraryRuntime() 72 nullptr, env, nullptr, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime() 78 device_mgr, env, d, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime() 88 thread::ThreadPool* default_thread_pool, in ProcessFunctionLibraryRuntime() argument 93 default_thread_pool_(default_thread_pool), in ProcessFunctionLibraryRuntime() 98 nullptr, env, nullptr, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime() 104 device_mgr, env, d, graph_def_version, lib_def_, default_thread_pool, in ProcessFunctionLibraryRuntime()
|
D | function_threadpool_test.cc | 53 thread::ThreadPool* default_thread_pool = nullptr) { in Init() argument 68 opts, default_thread_pool, nullptr /* cluster_flr */)); in Init()
|
D | function.cc | 310 thread::ThreadPool* default_thread_pool, 427 thread::ThreadPool* default_thread_pool, in FunctionLibraryRuntimeImpl() argument 455 pool = default_thread_pool; in FunctionLibraryRuntimeImpl()
|
D | function_test.cc | 147 thread::ThreadPool* default_thread_pool = nullptr) { in Init() argument 162 opts, default_thread_pool, nullptr /* cluster_flr */)); in Init()
|