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;
145 m_patchInputStride = patch_depth * m_inputRows * m_inputCols; in TensorContractionInputMapper()180 m_patchInputStride = base_mapper.m_patchInputStride; in TensorContractionInputMapper()457 otherIndex *= m_patchInputStride; in computeBaseIndices()488 Index m_patchInputStride; // patch stride in the input tensor variable
168 m_patchInputStride = in TensorContractionInputMapper()225 m_patchInputStride = base_mapper.m_patchInputStride; in TensorContractionInputMapper()593 otherIndex *= m_patchInputStride; in computeBaseIndices()626 Index m_patchInputStride; // Patch stride in the input tensor variable