Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc328 num_threads_in_sub_thread_pool_(ParamFromEnvWithDefault( in RunHandlerThreadPool()
361 int sub_thread_pool_id = num_threads_in_sub_thread_pool_.size() - 1; in Start()
362 for (int j = 0; j < num_threads_in_sub_thread_pool_.size(); ++j) { in Start()
363 if (i < num_threads_in_sub_thread_pool_[j]) { in Start()
H A Drun_handler.h302 std::vector<int> num_threads_in_sub_thread_pool_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.cc356 num_threads_in_sub_thread_pool_(options.num_threads_in_sub_thread_pool), in RunHandlerThreadPool()
390 int sub_thread_pool_id = num_threads_in_sub_thread_pool_.size() - 1; in Start()
391 for (int j = 0; j < num_threads_in_sub_thread_pool_.size(); ++j) { in Start()
392 if (i < num_threads_in_sub_thread_pool_[j]) { in Start()
H A Drun_handler.h402 std::vector<int> num_threads_in_sub_thread_pool_; variable