Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp51 int64_t higherRankDim; in computeReshapeOutput() local
56 higherRankDim = higherRankShape[i]; in computeReshapeOutput()
59 if (lowerRankDim == 1 && higherRankDim > 1) in computeReshapeOutput()
61 else if ((lowerRankDim > 1 && higherRankDim == 1) || in computeReshapeOutput()
62 (lowerRankDim == higherRankDim)) in computeReshapeOutput()
64 else if (higherRankDim != lowerRankDim) in computeReshapeOutput()