Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc104 threadpool_device_.reset(new Eigen::ThreadPoolDevice(underlying_threadpool_, in ThreadPool()
110 threadpool_device_.reset(new Eigen::ThreadPoolDevice( in ThreadPool()
207 threadpool_device_->parallelFor( in ParallelFor()
218 threadpool_device_->parallelFor(total, in ParallelForWithWorkerId()
Dthreadpool.h236 std::unique_ptr<Eigen::ThreadPoolDevice> threadpool_device_; variable