mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Silenced a few compilation warnings
Generalized a TensorMap constructor
This commit is contained in:
@@ -671,10 +671,10 @@ struct TensorContractionEvaluatorBase
|
||||
Index m_j_size;
|
||||
Index m_k_size;
|
||||
|
||||
const Device& m_device;
|
||||
Scalar* m_result;
|
||||
TensorEvaluator<LeftArgType, Device> m_leftImpl;
|
||||
TensorEvaluator<RightArgType, Device> m_rightImpl;
|
||||
const Device& m_device;
|
||||
Scalar* m_result;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user