Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc786 run_handler_thread_pool_(new internal::RunHandlerThreadPool( in Impl()
810 run_handler_thread_pool_->Start();
822 run_handler_thread_pool_.reset(); in ~Impl()
826 return run_handler_thread_pool_.get(); in run_handler_thread_pool()
955 std::unique_ptr<internal::RunHandlerThreadPool> run_handler_thread_pool_; member in tensorflow::RunHandlerPool::Impl
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.cc718 run_handler_thread_pool_(new internal::RunHandlerThreadPool( in Impl()
748 run_handler_thread_pool_->Start(); in Impl()
760 run_handler_thread_pool_.reset(); in ~Impl()
764 return run_handler_thread_pool_.get(); in run_handler_thread_pool()
916 std::unique_ptr<internal::RunHandlerThreadPool> run_handler_thread_pool_; member in tfrt::tf::RunHandlerPool::Impl