Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc62 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()
Dfunction_threadpool_test.cc53 thread::ThreadPool* default_thread_pool = nullptr) { in Init() argument
68 opts, default_thread_pool, nullptr /* cluster_flr */)); in Init()
Dfunction.cc310 thread::ThreadPool* default_thread_pool,
427 thread::ThreadPool* default_thread_pool, in FunctionLibraryRuntimeImpl() argument
455 pool = default_thread_pool; in FunctionLibraryRuntimeImpl()
Dfunction_test.cc147 thread::ThreadPool* default_thread_pool = nullptr) { in Init() argument
162 opts, default_thread_pool, nullptr /* cluster_flr */)); in Init()