Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1933 auto outElementTy = resultTy.getElementType(); in matchAndRewrite() local
1937 if (!outElementTy.isa<IntegerType>()) in matchAndRewrite()
1953 outElementTy) in matchAndRewrite()
1956 loc, rewriter.getIntegerAttr(outElementTy, 0)); in matchAndRewrite()