mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-09 22:39:05 +08:00
Silenced a compilation warning
This commit is contained in:
parent
38ab7e6ed0
commit
f80c8e17eb
@ -208,9 +208,9 @@ struct TensorEvaluator<const TensorConvolutionOp<Indices, InputArgType, KernelAr
|
|||||||
|
|
||||||
array<Index, KernelDims> m_indexStride;
|
array<Index, KernelDims> m_indexStride;
|
||||||
array<Index, KernelDims> m_kernelStride;
|
array<Index, KernelDims> m_kernelStride;
|
||||||
Dimensions m_dimensions;
|
|
||||||
TensorEvaluator<InputArgType, Device> m_inputImpl;
|
TensorEvaluator<InputArgType, Device> m_inputImpl;
|
||||||
TensorEvaluator<KernelArgType, Device> m_kernelImpl;
|
TensorEvaluator<KernelArgType, Device> m_kernelImpl;
|
||||||
|
Dimensions m_dimensions;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user