Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler_concurrent_work_queue.cc36 options.num_sub_thread_pool); in RunHandlerThreadWorkQueue()
38 options.num_sub_thread_pool); in RunHandlerThreadWorkQueue()
48 pool_options.num_sub_thread_pool = options.num_sub_thread_pool; in RunHandlerThreadWorkQueue()
H A Drun_handler.cc716 waiters_mu_(options.num_sub_thread_pool), in Impl()
717 queue_waiters_(options.num_sub_thread_pool), in Impl()
742 queue_waiters_.resize(options.num_sub_thread_pool); in Impl()
743 waiters_mu_.resize(options.num_sub_thread_pool); in Impl()
H A Drun_handler_concurrent_work_queue.h52 int num_sub_thread_pool = 1; member
H A Drun_handler.h76 int num_sub_thread_pool = 1; member