[Mlir-commits] [mlir] [mlir][tosa] Change 'shape' of RESHAPE from attribute to input shape … (PR #125789)

Georgios Pinitas llvmlistbot at llvm.org
Fri Feb 7 09:40:49 PST 2025


================
@@ -273,9 +280,13 @@ class TransposeConvStridedConverter
     // Fuse striding behavior back into width / height.
     llvm::SmallVector<int64_t, 6> convReshapeDims1 = {
         batch, convHeight * stride[0], convWidth * stride[1], outputChannels};
+
+    auto convReshapeDims1Value =
----------------
GeorgeARM wrote:

Do you need the new variable? You can put it directly in the function below?

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


More information about the Mlir-commits mailing list