Searched refs:pool_impl_ (Results 1 – 1 of 1) sorted by relevance
31 explicit Impl(RunHandlerPool::Impl* pool_impl) : pool_impl_(pool_impl) { in Impl()55 RunHandlerPool::Impl* pool_impl() { return pool_impl_; } in pool_impl()76 RunHandlerPool::Impl* pool_impl_; // NOT OWNED. member in tensorflow::RunHandler::Impl248 pool_impl_->inter_op_thread_pool()->ScheduleWithHint(std::move(fn), start, in ScheduleInterOpClosure()254 0, pool_impl_->inter_op_thread_pool()->NumThreads()); in Reset()