mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Silenced a compilation warning
This commit is contained in:
@@ -208,9 +208,9 @@ struct TensorEvaluator<const TensorConvolutionOp<Indices, InputArgType, KernelAr
|
||||
|
||||
array<Index, KernelDims> m_indexStride;
|
||||
array<Index, KernelDims> m_kernelStride;
|
||||
Dimensions m_dimensions;
|
||||
TensorEvaluator<InputArgType, Device> m_inputImpl;
|
||||
TensorEvaluator<KernelArgType, Device> m_kernelImpl;
|
||||
Dimensions m_dimensions;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user