mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Forward declare NoOpOutputKernel as struct rather than class to be consistent with implementation.
This commit is contained in:
@@ -98,7 +98,7 @@ template<typename XprType> class TensorForcedEvalOp;
|
||||
template<typename ExpressionType, typename DeviceType> class TensorDevice;
|
||||
template<typename Derived, typename Device> struct TensorEvaluator;
|
||||
|
||||
class NoOpOutputKernel;
|
||||
struct NoOpOutputKernel;
|
||||
|
||||
struct DefaultDevice;
|
||||
struct ThreadPoolDevice;
|
||||
|
||||
Reference in New Issue
Block a user