mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-30 00:32:01 +08:00
Fix initialization order.
This commit is contained in:
parent
cf17794ef4
commit
bcb29f890c
@ -274,8 +274,8 @@ struct TensorContractionEvaluatorBase
|
|||||||
op.lhsExpression(), op.rhsExpression()), device),
|
op.lhsExpression(), op.rhsExpression()), device),
|
||||||
m_rightImpl(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
|
m_rightImpl(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
|
||||||
op.rhsExpression(), op.lhsExpression()), device),
|
op.rhsExpression(), op.lhsExpression()), device),
|
||||||
m_output_kernel(op.outputKernel()),
|
|
||||||
m_device(device),
|
m_device(device),
|
||||||
|
m_output_kernel(op.outputKernel()),
|
||||||
m_result(NULL) {
|
m_result(NULL) {
|
||||||
EIGEN_STATIC_ASSERT((static_cast<int>(TensorEvaluator<LeftArgType, Device>::Layout) ==
|
EIGEN_STATIC_ASSERT((static_cast<int>(TensorEvaluator<LeftArgType, Device>::Layout) ==
|
||||||
static_cast<int>(TensorEvaluator<RightArgType, Device>::Layout)),
|
static_cast<int>(TensorEvaluator<RightArgType, Device>::Layout)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user