Searched refs:eager_ctx_thread_pool_ (Results 1 – 2 of 2) sorted by relevance
49 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()
109 std::unique_ptr<ThreadPoolInterfaceWrapper> eager_ctx_thread_pool_; variable