mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Forward declare NoOpOutputKernel as struct rather than class to be consistent with implementation.
This commit is contained in:
parent
09c81ac033
commit
36e7e7dd8f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user