Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
DTosaMakeBroadcastable.cpp55 int64_t higherLeftIndex = 0; in computeReshapeOutput() local
85 higherRankDim = higherRankShape[higherLeftIndex]; in computeReshapeOutput()
90 reshapeOutputShape[higherLeftIndex] = higherRankDim; in computeReshapeOutput()
92 if (higherLeftIndex < higherRightIndex) in computeReshapeOutput()
93 higherLeftIndex++; in computeReshapeOutput()
98 if (higherLeftIndex == higherRightIndex || in computeReshapeOutput()