Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.cc673 return &eigen_thread_pool_; in thread_pool_interface()
702 RunHandlerEigenThreadPool eigen_thread_pool_; member in tfrt::tf::RunHandler::Impl
991 : pool_impl_(pool_impl), eigen_thread_pool_(this) { in Impl()