Searched refs:m_fastNumPatches (Results 1 – 2 of 2) sorted by relevance
158 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()199 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()453 otherIndex = (NumInputDims == 3) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()483 internal::TensorIntDivisor<Index> m_fastNumPatches; variable
175 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()255 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()586 otherIndex = (NumInputDims == 4) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()658 internal::TensorIntDivisor<Index> m_fastNumPatches; variable