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

Eric Kunze llvmlistbot at llvm.org
Tue Oct 10 17:06:09 PDT 2023


eric-k256 wrote:

Here's the reasoning from when we made the change in the TOSA specification:

    Increasing output pad values reduces the size of the output
    region in the old definition. This is counter-intuitive.
    This patch inverts the sign of the output pad values such
    that increasing values leads to increasing pad. It also
    specifies a pad limit range of output pad values that
    give an output dependent on the whole input.



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


More information about the Mlir-commits mailing list