siju-samuel opened a new pull request #5638: URL: https://github.com/apache/incubator-tvm/pull/5638
Handled the below padding cases in pytorch. - torch.nn.functional.pad - torch.nn.ZeroPad2d - torch.nn.ConstantPad1d - torch.nn.ConstantPad2d - torch.nn.ConstantPad3d @masahi please help to review this PR. TIA. Note: i removed the exisiting handling of input pad values using `list(zip(padding, padding)` , i was not able to simualte the current code with any of the above cases where i will receive input with single pad value which need duplicating and which can be directly used. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org