[Mlir-commits] [mlir] [mlir][tosa] Fix lowering of tosa.conv2d (PR #73240)

Eric Kunze llvmlistbot at llvm.org
Tue Nov 28 22:00:23 PST 2023


https://github.com/eric-k256 commented:

How are you generating the operators where the outputs are dynamic, but the input dimensions are known. TOSA defines the calculations for the relation between the two, so it seems like you would always be able to calculate the output dimension at construction if the inputs are known.

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


More information about the Mlir-commits mailing list