apeskov opened a new pull request #9152: URL: https://github.com/apache/tvm/pull/9152
Explicit pad is not required when zero point is zero. Moreover, explicit pad specification on frontend level looks very suspicious. `qnn.conv2d` semantic already provides a proper handling of pad with non trivial zero point: https://github.com/apache/tvm/blob/725ae75af4997ff3a5107cc82d64609773de23a0/src/relay/qnn/op/convolution.cc#L224-L226 -- 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]
