Home
last modified time | relevance | path

Searched defs:IntraOpThreadPool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbackend.cc70 struct Backend::IntraOpThreadPool { struct in xla::Backend
71 explicit IntraOpThreadPool(const int num_threads) in IntraOpThreadPool() argument
77 std::unique_ptr<tensorflow::thread::ThreadPool> pool;
78 std::unique_ptr<Eigen::ThreadPoolDevice> device;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/runtime_fallback/
H A Druntime_fallback_executor.cc74 class IntraOpThreadPool : public ThreadPoolInterface { class
76 explicit IntraOpThreadPool(int64_t num_threads) in IntraOpThreadPool() function in tensorflow::__anonc9234a7e0111::IntraOpThreadPool
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler_test.cc120 TEST(RunHandlerUtilTest, IntraOpThreadPool) { in TEST() argument