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