Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc34 struct EigenEnvironment { struct
49 EigenEnvironment(Env* env, const ThreadOptions& thread_options, in EigenEnvironment() function
100 eigen_threadpool_.reset(new Eigen::ThreadPoolTempl<EigenEnvironment>( in ThreadPool()
102 EigenEnvironment(env, thread_options, "tf_" + name))); in ThreadPool()
Dthreadpool.h40 struct EigenEnvironment;
235 std::unique_ptr<Eigen::ThreadPoolTempl<EigenEnvironment>> eigen_threadpool_;