Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp126 auto weightPerTensorQType = GET_UQTYPE(weightType); in buildConvOpQuantizationAttr() local
131 assert(!((bool)weightPerTensorQType && (bool)weightPerAxisQType) && in buildConvOpQuantizationAttr()
136 ((bool)weightPerTensorQType || (bool)weightPerAxisQType)) && in buildConvOpQuantizationAttr()
143 if (weightPerTensorQType) { in buildConvOpQuantizationAttr()
144 weightZp = weightPerTensorQType.getZeroPoint(); in buildConvOpQuantizationAttr()