Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h52 const MaxSizeVector<Notification*>* lhs_notifications; member
839 MaxSizeVector<Notification*> lhs_notifications(num_threads, nullptr);
883 delete lhs_notifications[blockAId];
884 lhs_notifications[blockAId] =
926 &lhs_notifications, // lhs notifications
946 for (size_t i = 0; i < lhs_notifications.size(); ++i) {
947 delete lhs_notifications[i];
994 wait_until_ready((*arg.lhs_notifications)[blockAId]);