Searched refs:enqueue_with_barrier (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorDeviceThreadPool.h | 103 enqueue_with_barrier(&barrier, [n, i, src_ptr, dst_ptr, blocksize] { in memcpy() 160 EIGEN_STRONG_INLINE void enqueue_with_barrier(Barrier* b, Function&& f, in enqueue_with_barrier() function
|
H A D | TensorReduction.h | 369 device.enqueue_with_barrier(&barrier, &FullReducerShard<Self, Op, Vectorizable>::run,
|