Searched refs:inputEType (Results 1 – 2 of 2) sorted by relevance
34 Type inputEType = inputType.getElementType(); in matchAndRewrite() local42 if (op.getQuantizationInfo() || !inputEType.isa<FloatType>()) { in matchAndRewrite()
119 auto inputEType = inputType.getElementType(); in verifyConvOp() local122 bool inputIsQuant = !inputEType.template isa<FloatType>(); in verifyConvOp()129 << inputEType << " and " << weightEType; in verifyConvOp()