Searched refs:m_patch_row_stride (Results 1 – 2 of 2) sorted by relevance
119 m_patch_row_stride = patch_depth; in TensorContractionInputMapper()120 m_patch_col_stride = patch_rows * m_patch_row_stride; in TensorContractionInputMapper()151 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()170 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()468 Index m_patch_row_stride; variable667 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in patchRowStride()678 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in fastPatchRowStride()
121 m_patch_row_stride = m_patch_planes * m_patch_plane_stride; in TensorContractionInputMapper()122 m_patch_col_stride = m_patch_rows * m_patch_row_stride; in TensorContractionInputMapper()180 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()214 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()614 Index m_patch_row_stride; variable850 return m_base_mapper.m_patch_row_stride; in patchRowStride()