Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Dialect/Tosa/
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()