mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Block evaluation for TensorGenerator + TensorReverse + fixed bug in tensor reverse op
This commit is contained in:
@@ -131,7 +131,7 @@ struct TensorEvaluator<const TensorEvalToOp<ArgType, MakePointer_>, Device>
|
||||
ArgTensorBlock;
|
||||
|
||||
typedef internal::TensorBlockAssignment<
|
||||
Scalar, NumDims, typename ArgTensorBlock::XprType, Index>
|
||||
CoeffReturnType, NumDims, typename ArgTensorBlock::XprType, Index>
|
||||
TensorBlockAssignment;
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user