Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_server.py826 default_thread_pool: futures.ThreadPoolExecutor,
833 return default_thread_pool
840 default_thread_pool: futures.ThreadPoolExecutor,
846 method_handler.unary_unary, default_thread_pool
864 default_thread_pool: futures.ThreadPoolExecutor,
870 method_handler.unary_stream, default_thread_pool
888 default_thread_pool: futures.ThreadPoolExecutor,
894 method_handler.stream_unary, default_thread_pool
912 default_thread_pool: futures.ThreadPoolExecutor,
918 method_handler.stream_stream, default_thread_pool
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_threadpool_test.cc52 thread::ThreadPool* default_thread_pool) { in Init() argument
67 TF_GRAPH_DEF_VERSION, lib_def_.get(), opts, default_thread_pool, in Init()
H A Dfunction.cc331 thread::ThreadPool* default_thread_pool,
469 thread::ThreadPool* default_thread_pool, in FunctionLibraryRuntimeImpl() argument
502 pool = default_thread_pool; in FunctionLibraryRuntimeImpl()
H A Dprocess_function_library_runtime.cc92 thread::ThreadPool* default_thread_pool, in ProcessFunctionLibraryRuntime() argument
101 default_thread_pool_(default_thread_pool), in ProcessFunctionLibraryRuntime()
112 graph_def_version, lib_def_, default_thread_pool, optimizer_options, in ProcessFunctionLibraryRuntime()