Home
last modified time | relevance | path

Searched refs:higherRankDim (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
DTosaMakeBroadcastable.cpp59 int64_t higherRankDim, lowerRankDim; in computeReshapeOutput() local
65 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()