Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h557 device_.enqueueNoNotification([=]() { kernel(m, n, k); });
608 device_.enqueueNoNotification(
610 device_.enqueueNoNotification(
933 …this->m_device.enqueueNoNotification(&Self::packRhsAndKernel<packRKArg, RhsPacker, GebpKernel>, ar…
DTensorDeviceThreadPool.h167 EIGEN_STRONG_INLINE void enqueueNoNotification(Function&& f, Args&&... args) const { in enqueueNoNotification() function