Searched defs:num_threads_ (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/threading/
H A Dsimple_thread.h184 int num_threads_; member in class:base::DelegateSimpleThreadPool
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h109 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 DTensorContractionThreadPool.h313 num_threads_(num_threads),
404 const int num_threads_; member in class:Eigen::TensorEvaluator::Context

Completed in 178 milliseconds