Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp161 auto bQType = GET_UQTYPE(bType); in buildMatMulOpQuantizationAttr() local
164 assert(!((bool)aQType ^ (bool)bQType) && in buildMatMulOpQuantizationAttr()
170 int64_t bZp = bQType.getZeroPoint(); in buildMatMulOpQuantizationAttr()