Searched refs:outputStrides (Results 1 – 1 of 1) sorted by relevance
40 array<Index, NumDims> outputStrides; in IndexMapper() local43 outputStrides[0] = 1; in IndexMapper()46 outputStrides[i] = outputStrides[i-1] * dimensions[i-1]; in IndexMapper()50 outputStrides[NumDims - 1] = 1; in IndexMapper()53 outputStrides[i] = outputStrides[i + 1] * dimensions[i + 1]; in IndexMapper()86 m_outputStrides[i] = outputStrides[ordering[i]]; in IndexMapper()