Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp46 int64_t higherRank = higherRankShape.size(); in computeReshapeOutput() local
49 reshapeOutputShape.assign(higherRank, 1); in computeReshapeOutput()
54 for (int64_t i = higherRank - 1, j = lowerRank - 1; i >= 0 && j >= 0; in computeReshapeOutput()