Searched refs:higherRankDim (Results 1 – 1 of 1) sorted by relevance
51 int64_t higherRankDim; in computeReshapeOutput() local56 higherRankDim = higherRankShape[i]; in computeReshapeOutput()59 if (lowerRankDim == 1 && higherRankDim > 1) in computeReshapeOutput()61 else if ((lowerRankDim > 1 && higherRankDim == 1) || in computeReshapeOutput()62 (lowerRankDim == higherRankDim)) in computeReshapeOutput()64 else if (higherRankDim != lowerRankDim) in computeReshapeOutput()