Searched refs:pool_number (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 92 const ThreadPoolOptionProto& thread_pool_options, int pool_number, in NewThreadPoolFromThreadPoolOptions() argument 102 << pool_number << ": " << num_threads; in NewThreadPoolFromThreadPoolOptions() 104 options.env, ThreadOptions(), strings::StrCat("Compute", pool_number), in NewThreadPoolFromThreadPoolOptions() 121 options.env, ThreadOptions(), strings::StrCat("Compute", pool_number), in NewThreadPoolFromThreadPoolOptions()
|