Searched defs:Quiesce (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/ | ||
D | run_handler_concurrent_work_queue.cc | 93 void RunHandlerThreadWorkQueue::Quiesce() { in Quiesce() function in tfrt::tf::RunHandlerThreadWorkQueue |
D | run_handler.cc | 878 void Quiesce() TF_LOCKS_EXCLUDED(mu_) { in Quiesce() function in tfrt::tf::RunHandlerPool::Impl |
D | run_handler.h | 434 void Quiesce() override { in Quiesce() function |
/external/tensorflow/tensorflow/core/tfrt/runtime/ | ||
D | tf_threadpool_concurrent_work_queue.cc | 63 void TfThreadPoolWorkQueue::Quiesce() { in Quiesce() function in tensorflow::tfrt_stub::TfThreadPoolWorkQueue |
D | work_queue_interface.cc | 51 void Quiesce() override { work_queue_->Quiesce(); } in Quiesce() function in tensorflow::tfrt_stub::__anonb6644c1f0111::DefaultWorkQueueWrapperBase |