Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp43 ArrayRef<int64_t> lowerRankShape, in computeReshapeOutput() argument
47 int64_t lowerRank = lowerRankShape.size(); in computeReshapeOutput()
57 lowerRankDim = lowerRankShape[j]; in computeReshapeOutput()
104 ArrayRef<int64_t> lowerRankShape = in reshapeLowerToHigher() local
109 if (computeReshapeOutput(higherRankShape, lowerRankShape, reshapeOutputShape) in reshapeLowerToHigher()