mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Marked a few tensor operations as read only
This commit is contained in:
@@ -254,7 +254,7 @@ struct nested<TensorConvolutionOp<Dimensions, InputXprType, KernelXprType>, 1, t
|
||||
|
||||
|
||||
template<typename Indices, typename InputXprType, typename KernelXprType>
|
||||
class TensorConvolutionOp : public TensorBase<TensorConvolutionOp<Indices, InputXprType, KernelXprType> >
|
||||
class TensorConvolutionOp : public TensorBase<TensorConvolutionOp<Indices, InputXprType, KernelXprType>, ReadOnlyAccessors>
|
||||
{
|
||||
public:
|
||||
typedef typename Eigen::internal::traits<TensorConvolutionOp>::Scalar Scalar;
|
||||
|
||||
Reference in New Issue
Block a user