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() argument
55 RunHandlerPool::Impl* pool_impl() { return pool_impl_; } in pool_impl() function in tensorflow::RunHandler::Impl
271 RunHandler::~RunHandler() { impl_->pool_impl()->ReleaseHandler(impl_); } in ~RunHandler()