Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/
H A DTosaTestPasses.cpp75 auto dstQConstType = RankedTensorType::get( in matchAndRewrite() local
90 rewriter.create<tosa::ConstOp>(op->getLoc(), dstQConstType, inputElems); in matchAndRewrite()
92 op->getLoc(), dstQConstType, newConstOp.getResult()); in matchAndRewrite()