Searched refs:candidateExpressedType (Results 1 – 2 of 2) sorted by relevance
84 bool QuantizedType::isCompatibleExpressedType(Type candidateExpressedType) { in isCompatibleExpressedType() argument85 if (candidateExpressedType.isa<ShapedType>()) { in isCompatibleExpressedType()86 return candidateExpressedType.cast<ShapedType>().getElementType() == in isCompatibleExpressedType()89 return candidateExpressedType == getExpressedType(); in isCompatibleExpressedType()
131 bool isCompatibleExpressedType(Type candidateExpressedType);