Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/
H A DTosaTestPasses.cpp136 auto weightQType = in matchAndRewrite() local
142 if (!(inputQType && weightQType && outputQType)) in matchAndRewrite()
155 double weightScale = weightQType.getScale(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp245 auto weightQType = GET_QTYPE(weightType); in buildConvOpResultTypeInfo() local
247 assert(inputQType && weightQType && in buildConvOpResultTypeInfo()
251 unsigned weightBits = weightQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()