Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Drun_handler.h216 struct PerThread { struct
217 constexpr PerThread() : pool(nullptr), thread_id(-1) {} in PerThread() function
218 RunHandlerThreadPool* pool; // Parent pool, or null for normal threads.
219 int thread_id; // Worker thread index in pool.
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DNonBlockingThreadPool.h217 struct PerThread { struct
218 constexpr PerThread() : pool(NULL), rand(0), thread_id(-1) {} in PerThread() function
219 ThreadPoolTempl* pool; // Parent pool, or null for normal threads.
220 uint64_t rand; // Random generator state.
221 int thread_id; // Worker thread index in pool.
224 char pad_[128];
/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
Drun_handler.h313 struct PerThread { struct
314 constexpr PerThread() : pool(nullptr), thread_id(-1) {} in PerThread() argument
338 PerThread* GetPerThread(); argument