Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Dialect/Tosa/
DTosaTestPasses.cpp136 auto weightQType = in matchAndRewrite() local
142 if (!(inputQType && weightQType && outputQType)) in matchAndRewrite()
155 double weightScale = weightQType.getScale(); in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp255 auto weightQType = GET_QTYPE(weightType); in buildConvOpResultTypeInfo() local
257 assert(inputQType && weightQType && in buildConvOpResultTypeInfo()
261 unsigned weightBits = weightQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()
/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp126 auto weightQType = in verifyConvOp() local
130 if (inputQType != weightQType) in verifyConvOp()