Searched refs:getExpressedType (Results 1 – 7 of 7) sorted by relevance
81 Type QuantizedType::getExpressedType() const { in getExpressedType() function in QuantizedType88 getExpressedType(); in isCompatibleExpressedType()90 return candidateExpressedType == getExpressedType(); in isCompatibleExpressedType()154 if (candidateType == getExpressedType()) { in castFromExpressedType()160 if (candidateShapedType.getElementType() != getExpressedType()) { in castFromExpressedType()184 return quantizedType.cast<QuantizedType>().getExpressedType(); in castToExpressedType()193 sType.getElementType().cast<QuantizedType>().getExpressedType(); in castToExpressedType()
374 if (Type expressedType = type.getExpressedType()) { in printAnyQuantizedType()385 out << ":" << type.getExpressedType() << ", "; in printUniformQuantizedType()397 out << ":" << type.getExpressedType() << ":"; in printUniformQuantizedPerAxisType()417 out << "calibrated<" << type.getExpressedType(); in printCalibratedQuantizedType()
70 assert(uniformType.getExpressedType().isa<FloatType>()); in UniformQuantizedValueConverter()187 assert(uniformType.getExpressedType().isa<FloatType>()); in UniformQuantizedPerAxisValueConverter()
96 Type getExpressedType() const;
45 if (elementalType.getExpressedType() == expressedType) in convert()
77 buildQTypeFromMinMax(rewriter, outputElementType.getExpressedType(), in matchAndRewrite()
43 return wrap(unwrap(type).cast<quant::QuantizedType>().getExpressedType()); in mlirQuantizedTypeGetExpressedType()