Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp204 auto quantInfo = op.getQuantizationInfo().value(); in matchAndRewrite() local
208 rewriter.getAttr<PadOpQuantizationAttr>(quantInfo.getWeightZp())); in matchAndRewrite()
268 auto quantInfo = op.getQuantizationInfo().value(); in matchAndRewrite() local
272 rewriter.getAttr<PadOpQuantizationAttr>(quantInfo.getInputZp())); in matchAndRewrite()