Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp170 auto bQType = GET_UQTYPE(bType); in buildMatMulOpQuantizationAttr() local
173 assert(!((bool)aQType ^ (bool)bQType) && in buildMatMulOpQuantizationAttr()
178 aQType.getZeroPoint(), bQType.getZeroPoint()); in buildMatMulOpQuantizationAttr()