mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Force the inlining of a simple accessor.
This commit is contained in:
parent
a452dedb4f
commit
647a51b426
@ -574,7 +574,7 @@ struct TensorEvaluator<const TensorSelectOp<IfArgType, ThenArgType, ElseArgType>
|
|||||||
.cwiseMax(m_elseImpl.costPerCoeff(vectorized));
|
.cwiseMax(m_elseImpl.costPerCoeff(vectorized));
|
||||||
}
|
}
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC CoeffReturnType* data() const { return NULL; }
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType* data() const { return NULL; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TensorEvaluator<IfArgType, Device> m_condImpl;
|
TensorEvaluator<IfArgType, Device> m_condImpl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user