mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +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 ExpressionType, typename DeviceType> class TensorDevice;
|
||||||
template<typename Derived, typename Device> struct TensorEvaluator;
|
template<typename Derived, typename Device> struct TensorEvaluator;
|
||||||
|
|
||||||
class NoOpOutputKernel;
|
struct NoOpOutputKernel;
|
||||||
|
|
||||||
struct DefaultDevice;
|
struct DefaultDevice;
|
||||||
struct ThreadPoolDevice;
|
struct ThreadPoolDevice;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user