Home
last modified time | relevance | path

Searched defs:thread_factory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dunbounded_thread_pool_test.cc28 auto thread_factory = pool.get_thread_factory(); in TEST() local
53 auto thread_factory = pool.get_thread_factory(); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.h496 std::shared_ptr<ThreadFactory> thread_factory = nullptr; member
556 const std::shared_ptr<ThreadFactory>& thread_factory() { in thread_factory() function