Fixed a few compilation errors.

This commit is contained in:
Benoit Steiner
2014-06-10 10:31:29 -07:00
parent 4304c73542
commit aa664eabb9
4 changed files with 25 additions and 19 deletions

View File

@@ -100,7 +100,7 @@ struct TensorEvaluator<const TensorConvolutionOp<Indices, InputArgType, KernelAr
typedef TensorConvolutionOp<Indices, InputArgType, KernelArgType> XprType;
static const int NumDims = TensorEvaluator<InputArgType, Device>::Dimensions::count;
static const int KernelDims = Indices::size;
static const int KernelDims = internal::array_size<Indices>::value;
typedef typename XprType::Index Index;
typedef DSizes<Index, NumDims> Dimensions;