Searched refs:inputETy (Results 1 – 3 of 3) sorted by relevance
40 Type inputETy = inputTy.getElementType(); in applyPad() local105 Type inputETy = inputTy.getElementType(); in inferDynamicDimsForConv() local178 Type inputETy = inputTy.getElementType(); in matchAndRewrite() local190 if (inputETy.isUnsignedInteger()) in matchAndRewrite()201 Attribute zeroAttr = rewriter.getZeroAttr(inputETy); in matchAndRewrite()208 APInt::getSignedMinValue(inputETy.getIntOrFloatBitWidth()) in matchAndRewrite()211 APInt::getSignedMaxValue(inputETy.getIntOrFloatBitWidth()) in matchAndRewrite()218 zeroAttr = rewriter.getIntegerAttr(inputETy, iZp); in matchAndRewrite()347 Type inputETy = inputTy.getElementType(); in matchAndRewrite() local377 Attribute zeroAttr = rewriter.getZeroAttr(inputETy); in matchAndRewrite()[all …]
162 Type inputETy = inputTy.getElementType(); in matchAndRewrite() local270 rewriter, loc, UnrankedTensorType::get(inputETy), input, in matchAndRewrite()275 UnrankedTensorType::get(inputETy), in matchAndRewrite()
146 auto inputETy = getInput().getType().cast<ShapedType>().getElementType(); in verify() local149 if (auto quantType = inputETy.dyn_cast<mlir::quant::UniformQuantizedType>()) in verify()150 inputETy = quantType.getStorageType(); in verify()155 if (inputETy.isF32() && resultETy.isF32()) in verify()157 if (inputETy.isInteger(8) && resultETy.isInteger(8)) in verify()159 if (inputETy.isInteger(16) && resultETy.isInteger(16)) in verify()