Searched defs:num_threads_ (Results 1 - 3 of 3) sorted by relevance
/external/libchrome/base/threading/ | ||
H A D | simple_thread.h | 184 int num_threads_; member in class:base::DelegateSimpleThreadPool |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ | ||
H A D | TensorDeviceThreadPool.h | 109 ThreadPoolDevice(ThreadPoolInterface* pool, int num_cores) : pool_(pool), num_threads_(num_cores) { } 134 return num_threads_; 143 return l3CacheSize() / num_threads_; 273 int num_threads_; member in struct:Eigen::ThreadPoolDevice |
H A D | TensorContractionThreadPool.h | 313 num_threads_(num_threads), 404 const int num_threads_; member in class:Eigen::TensorEvaluator::Context |
Completed in 178 milliseconds