Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1570 Value bottomPart = dy; in matchAndRewrite() local
1573 bottomAcc = rewriter.create<arith::MulFOp>(loc, bottomAcc, bottomPart); in matchAndRewrite()
1602 Value bottomPart = dy; in matchAndRewrite() local
1605 bottomAcc = rewriter.create<arith::MulIOp>(loc, bottomAcc, bottomPart); in matchAndRewrite()