Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
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()
Drun_handler.h301 std::vector<int> num_threads_in_sub_thread_pool_; variable