Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
DTosaMakeBroadcastable.cpp58 int64_t lowerRightIndex = lowerRank; in computeReshapeOutput() local
61 if (lowerRightIndex != 0 && higherRightIndex != 0) { in computeReshapeOutput()
66 lowerRankDim = lowerRankShape[lowerRightIndex - 1]; in computeReshapeOutput()
75 if (lowerRightIndex > 0) in computeReshapeOutput()
76 lowerRightIndex--; in computeReshapeOutput()
78 if (higherRightIndex == 0 || lowerRightIndex == 0) in computeReshapeOutput()
81 if (lowerRightIndex != 0 && higherRightIndex != 0) { in computeReshapeOutput()
95 if (lowerLeftIndex < lowerRightIndex) in computeReshapeOutput()
99 lowerLeftIndex == lowerRightIndex) in computeReshapeOutput()