anijain2305 commented on issue #4803: URL: https://github.com/apache/incubator-tvm/pull/4803#issuecomment-617621716
Yes, QNN Conv2d accepts 4D padding now. Internally while converting to simpler Relay ops, it will call Relay pad with those 4D pad_values and pad_const = input_zero_point, followed by Relay conv2d. For this PR, we don't need Relay conv2d to accept a pad_const value. ---------------------------------------------------------------- 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: [email protected]
