Go to the source code of this file.
Classes | |
class | Eigen::TensorAsyncDevice< ExpressionType, DeviceType, DoneCallback > |
Pseudo expression providing an operator = that will evaluate its argument asynchronously on the specified device. Currently only ThreadPoolDevice implements proper asynchronous execution, while the default and GPU devices just run the expression synchronously and call m_done() on completion.. More... | |
class | Eigen::TensorDevice< ExpressionType, DeviceType > |
Pseudo expression providing an operator = that will evaluate its argument on the specified computing 'device' (GPU, thread pool, ...) More... | |
Namespaces | |
Eigen | |
: TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend | |