#include <TensorExecutor.h>
Public Types | |
typedef Expression::Index | StorageIndex |
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | run (const Expression &expr, const Device &device=Device()) |
Default strategy: the expression is evaluated sequentially with a single cpu thread, without vectorization and block evaluation.
Definition at line 81 of file TensorExecutor.h.
typedef Expression::Index Eigen::internal::TensorExecutor< Expression, Device, Vectorizable, Tiling >::StorageIndex |
Definition at line 83 of file TensorExecutor.h.
|
inlinestatic |
Definition at line 96 of file TensorExecutor.h.