[Mlir-commits] [mlir] [mlir][linalg] Add TransposeConv2D Pass (PR #68567)
Jack Frankland
llvmlistbot at llvm.org
Wed Oct 18 01:19:03 PDT 2023
================
@@ -145,4 +145,10 @@ def LinalgDetensorize : InterfacePass<"linalg-detensorize", "FunctionOpInterface
];
}
+def LinalgTransposeConv2D : Pass<"linalg-transpose-conv2d-ops"> {
+ let summary = "Convert conv_2d_nhwc_fhwc to conv_2d_nhwc_hwcf by transposing the weights.";
----------------
FranklandJack wrote:
Err... I'm not sure why I did that... 🙃 I've replaced all instances of "weights" with "filter" :)
https://github.com/llvm/llvm-project/pull/68567
More information about the Mlir-commits
mailing list