Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.h73 int max_concurrent_handler = 128; member
294 int max_concurrent_handler; member
302 int max_concurrent_handler, in Options()
314 max_concurrent_handler(max_concurrent_handler), in Options()
H A Drun_handler_concurrent_work_queue.cc43 pool_options.max_concurrent_handler = options.max_concurrent_handler; in RunHandlerThreadWorkQueue()
H A Drun_handler.cc363 options.max_concurrent_handler); in RunHandlerThreadPool()
366 options.max_concurrent_handler); in RunHandlerThreadPool()
715 : max_handlers_(options.max_concurrent_handler), in Impl()
725 options.max_concurrent_handler, in Impl()
H A Drun_handler_concurrent_work_queue.h49 int max_concurrent_handler = 128; member
H A Drun_handler_concurrent_work_queue_test.cc182 options.max_concurrent_handler = 0; in TEST_F()