Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc33 struct EigenEnvironment { struct
48 EigenEnvironment(Env* env, const ThreadOptions& thread_options, in EigenEnvironment() function
88 struct ThreadPool::Impl : Eigen::ThreadPoolTempl<EigenEnvironment> {
91 : Eigen::ThreadPoolTempl<EigenEnvironment>( in Impl()
93 EigenEnvironment(env, thread_options, name)), in Impl()