Searched refs:m_patch_row_inflate_strides (Results 1 – 2 of 2) sorted by relevance
122 m_patch_row_inflate_strides = tensor.impl().rowInflateStride(); in TensorContractionInputMapper()155 internal::TensorIntDivisor<Index>(m_patch_row_inflate_strides); in TensorContractionInputMapper()173 m_patch_row_inflate_strides = base_mapper.m_patch_row_inflate_strides; in TensorContractionInputMapper()211 m_patch_row_inflate_strides != 1 || m_patch_col_inflate_strides != 1; in nonStandardPatches()298 (m_patch_row_inflate_strides == 1) in loadCoeff()304 (inputRow != origInputRow * m_patch_row_inflate_strides)) { in loadCoeff()473 Index m_patch_row_inflate_strides; // the strides for row inflation in the variable
148 m_patch_row_inflate_strides = tensor.impl().rowInflateStride(); in TensorContractionInputMapper()187 internal::TensorIntDivisor<Index>(m_patch_row_inflate_strides); in TensorContractionInputMapper()246 m_patch_row_inflate_strides = base_mapper.m_patch_row_inflate_strides; in TensorContractionInputMapper()278 m_patch_row_inflate_strides != 1 || m_patch_col_inflate_strides != 1; in nonStandardPatches()368 (m_patch_row_inflate_strides == 1) in loadCoeff()384 (inputRow != origInputRow * m_patch_row_inflate_strides) || in loadCoeff()650 Index m_patch_row_inflate_strides; variable