[Mlir-commits] [mlir] [mlir][tosa] Make Convolution Zero Points Inputs (PR #122939)

Luke Hutton llvmlistbot at llvm.org
Thu Jan 30 08:35:48 PST 2025


================
@@ -348,13 +351,14 @@ def Tosa_TransposeConv2DOp : Tosa_InferShapedTypeOp<"transpose_conv2d"> {
 
   let arguments = (ins
     Tosa_Tensor4D:$input,
-    TosaTensorRankOf<[Tosa_Weight], [4]>:$filter,
+    TosaTensorRankOf<[Tosa_Weight], [4]>:$weight,
----------------
lhutton1 wrote:

It would be good to add a note in the commit message that this has changed

https://github.com/llvm/llvm-project/pull/122939


More information about the Mlir-commits mailing list