mvanhorn commented on PR #19672: URL: https://github.com/apache/tvm/pull/19672#issuecomment-4880245875
Added in 7f5415f: test_conv_transpose_valid_bias_channel_count builds exactly the case you described - input [1, 32, 8, 8], weight [32, 16, 3, 3], bias [16], group=1, output channels 16 - and checks the import result against ONNX Runtime. On main the old broadcast shape rejects it; with this PR it passes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
