mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-11 23:39:03 +08:00
Code cleanup
This commit is contained in:
parent
66c63826bd
commit
a1304b95b7
@ -325,7 +325,6 @@ struct TensorEvaluator<const TensorVolumePatchOp<Planes, Rows, Cols, ArgType>, D
|
|||||||
m_outputPlanesRows = m_outputPlanes * m_outputRows;
|
m_outputPlanesRows = m_outputPlanes * m_outputRows;
|
||||||
|
|
||||||
// Fast representations of different variables.
|
// Fast representations of different variables.
|
||||||
// printf("THis is m_otherStride: %lu\n", m_otherStride );
|
|
||||||
m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
|
m_fastOtherStride = internal::TensorIntDivisor<Index>(m_otherStride);
|
||||||
|
|
||||||
m_fastPatchStride = internal::TensorIntDivisor<Index>(m_patchStride);
|
m_fastPatchStride = internal::TensorIntDivisor<Index>(m_patchStride);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user