Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.cc30 thread::ThreadPoolInterface* underlying_threadpool) { in NewRenamedDevice() argument
47 isolate_session_state, underlying_threadpool)); in NewRenamedDevice()
54 thread::ThreadPoolInterface* underlying_threadpool) in RenamedDevice() argument
59 if (underlying_threadpool != nullptr) { in RenamedDevice()
60 underlying_threadpool_.reset(new thread::ThreadPool(underlying_threadpool)); in RenamedDevice()
62 eigen_worker_threads_.num_threads = underlying_threadpool->NumThreads(); in RenamedDevice()
67 underlying_threadpool, underlying_threadpool->NumThreads()); in RenamedDevice()
Drenamed_device.h35 thread::ThreadPoolInterface* underlying_threadpool = nullptr);
159 thread::ThreadPoolInterface* underlying_threadpool);