Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc84 const ThreadPoolOptionProto& thread_pool_options, int pool_number, in NewThreadPoolFromThreadPoolOptions() argument
86 int32 num_threads = thread_pool_options.num_threads(); in NewThreadPoolFromThreadPoolOptions()
90 const string& name = thread_pool_options.global_name(); in NewThreadPoolFromThreadPoolOptions()
109 mvalue->first = thread_pool_options.num_threads(); in NewThreadPoolFromThreadPoolOptions()
113 if (mvalue->first != thread_pool_options.num_threads()) { in NewThreadPoolFromThreadPoolOptions()
118 thread_pool_options.num_threads()); in NewThreadPoolFromThreadPoolOptions()