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.cc146 background_threads_(new port::ThreadPool( in StreamExecutor()
168 BlockOnThreadExecutor(background_threads_.get()); in ~StreamExecutor()
586 BlockOnThreadExecutor(background_threads_.get()); in SynchronizeAllActivity()
811 background_threads_->Schedule(std::move(task)); in EnqueueOnBackgroundThread()
Dstream_executor_pimpl.h722 std::unique_ptr<port::ThreadPool> background_threads_; variable