Searched refs:default_thread_pool (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_threadpool_test.cc | 52 thread::ThreadPool* default_thread_pool) { in Init() argument 67 TF_GRAPH_DEF_VERSION, lib_def_.get(), opts, default_thread_pool, in Init()
|
D | function.cc | 327 thread::ThreadPool* default_thread_pool, 461 thread::ThreadPool* default_thread_pool, in FunctionLibraryRuntimeImpl() argument 492 pool = default_thread_pool; in FunctionLibraryRuntimeImpl()
|
D | process_function_library_runtime.cc | 89 thread::ThreadPool* default_thread_pool, in ProcessFunctionLibraryRuntime() argument 98 default_thread_pool_(default_thread_pool), in ProcessFunctionLibraryRuntime() 109 graph_def_version, lib_def_, default_thread_pool, optimizer_options, in ProcessFunctionLibraryRuntime()
|