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