Searched refs:m_patchInputStride (Results 1 – 3 of 3) sorted by relevance
294 m_patchInputStride = m_inputDepth * m_inputRows * m_inputCols;358 …rigInputRow * m_rowInputStride + origInputCol * m_colInputStride + otherIndex * m_patchInputStride;413 …nputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputStride;486 Index m_patchInputStride;
150 m_patchInputStride = patch_depth * m_inputRows * m_inputCols; in TensorContractionInputMapper()185 m_patchInputStride = base_mapper.m_patchInputStride; in TensorContractionInputMapper()621 otherIndex *= m_patchInputStride; in computeBaseIndices()652 Index m_patchInputStride; // patch stride in the input tensor variable
170 m_patchInputStride = in TensorContractionInputMapper()227 m_patchInputStride = base_mapper.m_patchInputStride; in TensorContractionInputMapper()786 otherIndex *= m_patchInputStride; in computeBaseIndices()819 Index m_patchInputStride; // Patch stride in the input tensor variable