Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
DTosaMakeBroadcastable.cpp48 SmallVectorImpl<int64_t> &reshapeOutputShape) { in computeReshapeOutput() argument
53 reshapeOutputShape.assign(higherRank, 1); in computeReshapeOutput()
70 reshapeOutputShape[higherRightIndex - 1] = higherRankDim; in computeReshapeOutput()
90 reshapeOutputShape[higherLeftIndex] = higherRankDim; in computeReshapeOutput()
141 SmallVector<int64_t, 4> reshapeOutputShape; in reshapeLowerToHigher() local
143 computeReshapeOutput(outputRankShape, lowerRankShape, reshapeOutputShape); in reshapeLowerToHigher()
147 ArrayRef<int64_t>(reshapeOutputShape), reshapeInputType.getElementType()); in reshapeLowerToHigher()
151 rewriter.getI64ArrayAttr(reshapeOutputShape)); in reshapeLowerToHigher()