Searched refs:m_patch_row_stride (Results 1 – 2 of 2) sorted by relevance
123 m_patch_row_stride = patch_depth; in TensorContractionInputMapper()124 m_patch_col_stride = patch_rows * m_patch_row_stride; in TensorContractionInputMapper()156 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()175 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()632 Index m_patch_row_stride; variable835 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in patchRowStride()846 eigen_assert(patchDepth() == m_base_mapper.m_patch_row_stride && in fastPatchRowStride()
123 m_patch_row_stride = m_patch_planes * m_patch_plane_stride; in TensorContractionInputMapper()124 m_patch_col_stride = m_patch_rows * m_patch_row_stride; in TensorContractionInputMapper()182 internal::TensorIntDivisor<Index>(m_patch_row_stride); in TensorContractionInputMapper()216 m_patch_row_stride = base_mapper.m_patch_row_stride; in TensorContractionInputMapper()807 Index m_patch_row_stride; variable1044 return m_base_mapper.m_patch_row_stride; in patchRowStride()