Searched refs:higherRankDim (Results 1 – 1 of 1) sorted by relevance
59 int64_t higherRankDim, lowerRankDim; in computeReshapeOutput() local65 higherRankDim = higherRankShape[higherRightIndex - 1]; in computeReshapeOutput()67 if (higherRankDim != lowerRankDim) in computeReshapeOutput()70 reshapeOutputShape[higherRightIndex - 1] = higherRankDim; in computeReshapeOutput()85 higherRankDim = higherRankShape[higherLeftIndex]; in computeReshapeOutput()87 if (higherRankDim != lowerRankDim) in computeReshapeOutput()90 reshapeOutputShape[higherLeftIndex] = higherRankDim; in computeReshapeOutput()