mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
Removed a debug printf statement.
This commit is contained in:
parent
3ba6647398
commit
91fe3a3004
@ -89,9 +89,6 @@ class TensorLayoutSwapOp : public TensorBase<TensorLayoutSwapOp<XprType>, WriteA
|
|||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
EIGEN_STRONG_INLINE TensorLayoutSwapOp& operator = (const OtherDerived& other)
|
EIGEN_STRONG_INLINE TensorLayoutSwapOp& operator = (const OtherDerived& other)
|
||||||
{
|
{
|
||||||
|
|
||||||
std::cout << "In assignment operator " << std::endl;
|
|
||||||
|
|
||||||
typedef TensorAssignOp<TensorLayoutSwapOp, const OtherDerived> Assign;
|
typedef TensorAssignOp<TensorLayoutSwapOp, const OtherDerived> Assign;
|
||||||
Assign assign(*this, other);
|
Assign assign(*this, other);
|
||||||
internal::TensorExecutor<const Assign, DefaultDevice, false>::run(assign, DefaultDevice());
|
internal::TensorExecutor<const Assign, DefaultDevice, false>::run(assign, DefaultDevice());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user