Silenced a compilation warning

This commit is contained in:
Benoit Steiner 2014-06-13 10:12:12 -07:00
parent 38ab7e6ed0
commit f80c8e17eb

View File

@ -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;
};