[Mlir-commits] [mlir] [BugFix] : Fix padding calculation for tosa.transpose_conv2d decomposition. (PR #68167)

Sayan Saha llvmlistbot at llvm.org
Thu Oct 19 09:29:21 PDT 2023


sahas3 wrote:

I see that the decomposition was updated in https://reviews.llvm.org/D140503 to match with TOSA spec. I think the issue is in the padding computation during `tfl` -> `tosa` conversion https://github.com/tensorflow/tensorflow/blob/master/tensorflow/compiler/mlir/tosa/transforms/legalize_utils.cc#L679 which still uses the original notion of padding.

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


More information about the Mlir-commits mailing list