Searched refs:inputStrides (Results 1 – 1 of 1) sorted by relevance
39 array<Index, NumDims> inputStrides; in IndexMapper() local42 inputStrides[0] = 1; in IndexMapper()45 inputStrides[i] = inputStrides[i-1] * input_dims[i-1]; in IndexMapper()49 inputStrides[NumDims - 1] = 1; in IndexMapper()52 inputStrides[i] = inputStrides[i + 1] * input_dims[i + 1]; in IndexMapper()85 m_inputStrides[i] = inputStrides[ordering[i]]; in IndexMapper()