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;
160 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()201 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()458 colIndex = patch2DIndex / m_fastOutputRows; in computeBaseIndices()504 internal::TensorIntDivisor<Index> m_fastOutputRows; variable
195 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()197 m_fastOutputRows = internal::TensorIntDivisor<Index>(m_outputRows); in TensorContractionInputMapper()265 m_fastOutputRows = base_mapper.m_fastOutputRows; in TensorContractionInputMapper()673 internal::TensorIntDivisor<Index> m_fastOutputRows; variable