Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/eager/
Dtfrt_context.cc49 eager_ctx_thread_pool_ = std::make_unique<ThreadPoolInterfaceWrapper>( in TfrtContext()
60 /*inter_op_threadpool=*/eager_ctx_thread_pool_.get()); in TfrtContext()
62 << "# threads: " << eager_ctx_thread_pool_->NumThreads() in TfrtContext()
Dtfrt_context.h109 std::unique_ptr<ThreadPoolInterfaceWrapper> eager_ctx_thread_pool_; variable