Searched refs:run_handler_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
786 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
718 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