Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp160 auto aQType = GET_UQTYPE(aType); in buildMatMulOpQuantizationAttr() local
164 assert(!((bool)aQType ^ (bool)bQType) && in buildMatMulOpQuantizationAttr()
167 if (aQType) { in buildMatMulOpQuantizationAttr()
169 int64_t aZp = aQType.getZeroPoint(); in buildMatMulOpQuantizationAttr()