aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-06-13 10:12:12 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-06-13 10:12:12 -0700
commitf80c8e17eb042fc95767417eeca26cd3fa0c6ad6 (patch)
treec7f68b97a9bc8daf236e9401f66c5582cd915078 /unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
parent38ab7e6ed0491bd5a0c639f218d5ea4728bf1e81 (diff)
Silenced a compilation warning
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h b/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
index 58b1808a3..4bdf74286 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
@@ -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;
};