Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc31 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::Impl
248 pool_impl_->inter_op_thread_pool()->ScheduleWithHint(std::move(fn), start, in ScheduleInterOpClosure()
254 0, pool_impl_->inter_op_thread_pool()->NumThreads()); in Reset()