Searched refs:m_planeInputStride (Results 1 – 3 of 3) sorted by relevance
207 m_planeInputStride = m_inputDepth; in CustomTensorEvaluator()326 origInputPlane * m_planeInputStride + in coeff()425 m_planeInputStride * inputPlanes[0] + in packet()543 inputCoords[1] * m_planeInputStride + inputCoords[0]; in coeff()548 inputCoords[3] * m_planeInputStride + inputCoords[4]; in coeff()613 Index m_planeInputStride; member
167 m_planeInputStride = m_inputDepth; in TensorContractionInputMapper()224 m_planeInputStride = base_mapper.m_planeInputStride; in TensorContractionInputMapper()332 EIGEN_ALWAYS_INLINE Index patchDepth() const { return m_planeInputStride; } in patchDepth()392 const Index inputIndex = depth + origInputPlane * m_planeInputStride + in loadCoeff()427 const Index inputIndex = depth + inputPlane * m_planeInputStride + in loadCoeffStandard()484 const Index inputIndex = depth + inputPlanes[0] * m_planeInputStride + in loadPartialPacketStandard()575 const Index inputIndex = depth + inputPlanes[0] * m_planeInputStride + in loadPacketStandardFromSingleColumnSingleRow()750 const Index inputIndex = depth + inputPlane * m_planeInputStride + in loadPacketFast()816 Index m_planeInputStride; // Plane stride in the input tensor variable1016 m_base_mapper.m_planeInputStride && in patchDepth()[all …]
316 m_planeInputStride = m_inputDepth;402 origInputPlane * m_planeInputStride +489 m_planeInputStride * inputPlanes[0] +583 Index m_planeInputStride;