Searched refs:m_fastOutputRows (Results 1 – 3 of 3) sorted by relevance
305 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows);336 const Index colIndex = patch2DIndex / m_fastOutputRows;387 const Index colIndex = patch2DIndex / m_fastOutputRows;498 internal::TensorIntDivisor<Index> m_fastOutputRows;
165 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()207 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()622 colIndex = patch2DIndex / m_fastOutputRows; in computeBaseIndices()669 internal::TensorIntDivisor<Index> m_fastOutputRows; variable
197 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()199 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()267 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()866 internal::TensorIntDivisor<Index> m_fastOutputRows; variable