Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dthreadpool.cc100 eigen_threadpool_.reset(new Eigen::ThreadPoolTempl<EigenEnvironment>( in ThreadPool()
103 underlying_threadpool_ = eigen_threadpool_.get(); in ThreadPool()
263 DCHECK(eigen_threadpool_ != nullptr); in SetStealPartitions()
264 eigen_threadpool_->SetStealPartitions(partitions); in SetStealPartitions()
H A Dthreadpool.h236 std::unique_ptr<Eigen::ThreadPoolTempl<EigenEnvironment>> eigen_threadpool_; variable