Searched refs:m_fastNumPatches (Results 1 – 2 of 2) sorted by relevance
163 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()205 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()617 otherIndex = (NumInputDims == 3) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()647 internal::TensorIntDivisor<Index> m_fastNumPatches; variable
177 m_fastNumPatches = internal::TensorIntDivisor<Index>(m_num_patches); in TensorContractionInputMapper()257 m_fastNumPatches = base_mapper.m_fastNumPatches; in TensorContractionInputMapper()779 otherIndex = (NumInputDims == 4) ? 0 : patchIndex / m_fastNumPatches; in computeBaseIndices()851 internal::TensorIntDivisor<Index> m_fastNumPatches; variable