Home
last modified time | relevance | path

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

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