Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc164 background_threads_(new port::ThreadPool( in StreamExecutor()
186 background_threads_(new port::ThreadPool( in StreamExecutor()
206 BlockOnThreadExecutor(background_threads_.get()); in ~StreamExecutor()
599 BlockOnThreadExecutor(background_threads_.get()); in SynchronizeAllActivity()
821 background_threads_->Schedule(std::move(task)); in EnqueueOnBackgroundThread()
Dstream_executor_pimpl.h696 std::unique_ptr<port::ThreadPool> background_threads_; variable