Home
last modified time | relevance | path

Searched refs:num_threads_in_sub_thread_pool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.h80 std::vector<int> num_threads_in_sub_thread_pool = {1}; member
295 std::vector<int> num_threads_in_sub_thread_pool; member
303 const std::vector<int>& num_threads_in_sub_thread_pool, in Options()
315 num_threads_in_sub_thread_pool(num_threads_in_sub_thread_pool), in Options()
H A Drun_handler_concurrent_work_queue.cc35 CHECK(options.num_threads_in_sub_thread_pool.size() == // Crash OK. in RunHandlerThreadWorkQueue()
49 pool_options.num_threads_in_sub_thread_pool = in RunHandlerThreadWorkQueue()
50 options.num_threads_in_sub_thread_pool; in RunHandlerThreadWorkQueue()
H A Drun_handler_concurrent_work_queue.h56 std::vector<int> num_threads_in_sub_thread_pool = {1}; member
H A Drun_handler_test.cc88 pool_options.num_threads_in_sub_thread_pool = {2}; in TEST()
125 pool_options.num_threads_in_sub_thread_pool = {2}; in TEST()
H A Drun_handler.cc356 num_threads_in_sub_thread_pool_(options.num_threads_in_sub_thread_pool), in RunHandlerThreadPool()
726 options.num_threads_in_sub_thread_pool, in Impl()