Home
last modified time | relevance | path

Searched defs:Quiesce (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler_concurrent_work_queue.cc93 void RunHandlerThreadWorkQueue::Quiesce() { in Quiesce() function in tfrt::tf::RunHandlerThreadWorkQueue
Drun_handler.cc878 void Quiesce() TF_LOCKS_EXCLUDED(mu_) { in Quiesce() function in tfrt::tf::RunHandlerPool::Impl
1037 void RunHandlerPool::Quiesce() const { impl_->Quiesce(); } in Quiesce() function in tfrt::tf::RunHandlerPool
Drun_handler.h434 void Quiesce() override { in Quiesce() function
/external/tensorflow/tensorflow/core/tfrt/runtime/
Dtf_threadpool_concurrent_work_queue.cc63 void TfThreadPoolWorkQueue::Quiesce() { in Quiesce() function in tensorflow::tfrt_stub::TfThreadPoolWorkQueue
Dwork_queue_interface.cc51 void Quiesce() override { work_queue_->Quiesce(); } in Quiesce() function in tensorflow::tfrt_stub::__anonb6644c1f0111::DefaultWorkQueueWrapperBase