Searched refs:lowerRankDim (Results 1 – 1 of 1) sorted by relevance
52 int64_t lowerRankDim; in computeReshapeOutput() local57 lowerRankDim = lowerRankShape[j]; in computeReshapeOutput()59 if (lowerRankDim == 1 && higherRankDim > 1) in computeReshapeOutput()61 else if ((lowerRankDim > 1 && higherRankDim == 1) || in computeReshapeOutput()62 (lowerRankDim == higherRankDim)) in computeReshapeOutput()63 reshapeOutputShape[i] = lowerRankDim; in computeReshapeOutput()64 else if (higherRankDim != lowerRankDim) in computeReshapeOutput()