Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
DTosaMakeBroadcastable.cpp56 int64_t higherRightIndex = higherRank; in computeReshapeOutput() local
61 if (lowerRightIndex != 0 && higherRightIndex != 0) { in computeReshapeOutput()
65 higherRankDim = higherRankShape[higherRightIndex - 1]; in computeReshapeOutput()
70 reshapeOutputShape[higherRightIndex - 1] = higherRankDim; in computeReshapeOutput()
72 if (higherRightIndex > 0) in computeReshapeOutput()
73 higherRightIndex--; in computeReshapeOutput()
78 if (higherRightIndex == 0 || lowerRightIndex == 0) in computeReshapeOutput()
81 if (lowerRightIndex != 0 && higherRightIndex != 0) { in computeReshapeOutput()
92 if (higherLeftIndex < higherRightIndex) in computeReshapeOutput()
98 if (higherLeftIndex == higherRightIndex || in computeReshapeOutput()