Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp112 auto weightPerTensorQType = GET_UQTYPE(weightType); in buildConvOpQuantizationAttr() local
117 assert(!((bool)weightPerTensorQType && (bool)weightPerAxisQType) && in buildConvOpQuantizationAttr()
122 ((bool)weightPerTensorQType || (bool)weightPerAxisQType)) && in buildConvOpQuantizationAttr()
130 if (weightPerTensorQType) { in buildConvOpQuantizationAttr()
131 weightZp = weightPerTensorQType.getZeroPoint(); in buildConvOpQuantizationAttr()