Searched refs:weightPerTensorQType (Results 1 – 1 of 1) sorted by relevance
112 auto weightPerTensorQType = GET_UQTYPE(weightType); in buildConvOpQuantizationAttr() local117 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()