#ifndef EIGEN_CXX11_TENSOR_TENSOR_INFLATION_H
#define EIGEN_CXX11_TENSOR_TENSOR_INFLATION_H
#include "./InternalHeaderCheck.h"
namespace Eigen {
namespace internal {
traits<TensorInflationOp<Strides, XprType>>;
eval<TensorInflationOp<Strides, XprType>, Eigen::Dense>;
nested<TensorInflationOp<Strides, XprType>, 1, typename eval<TensorInflationOp<Strides, XprType>>::type>;
}
template <typename Strides, typename XprType>
class TensorInflationOp : public TensorBase<TensorInflationOp<Strides, XprType>, ReadOnlyAccessors> { … };
TensorEvaluator<const TensorInflationOp<Strides, ArgType>, Device>;
}
#endif