aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h
diff options
context:
space:
mode:
authorGravatar Eugene Zhulenev <ezhulenev@google.com>2018-08-10 17:18:42 -0700
committerGravatar Eugene Zhulenev <ezhulenev@google.com>2018-08-10 17:18:42 -0700
commit855b68896be3c72a1dbfa9ee78433a7c326ecdfb (patch)
treec3419925dca4796108a6ddacebd244a0d7682c7b /unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h
parentf2209d06e428e0691de71f30fc2db4cb29191cd2 (diff)
parentc8ea39867573b36c72c5342393f4e3ee22ab6406 (diff)
Merge with eigen/default
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h
index 4a3e1ac17..f111964dd 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h
@@ -60,7 +60,7 @@ struct cond<RowMajor> {
* - kSkewedInnerDims: 100 blocks of size 100x1 (or 1x100 depending on a column
* or row major layout)
*/
-enum class TensorBlockShapeType {
+enum TensorBlockShapeType {
kUniformAllDims,
kSkewedInnerDims,
};