Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc108 ThreadPool::ThreadPool(thread::ThreadPoolInterface* user_threadpool) { in ThreadPool() argument
109 underlying_threadpool_ = user_threadpool; in ThreadPool()
Dthreadpool.h132 explicit ThreadPool(thread::ThreadPoolInterface* user_threadpool);