quic-sanirudh opened a new pull request, #13256:
URL: https://github.com/apache/tvm/pull/13256

   This patch adds a new HVX intrinsic implementation to perform quantized 
convolution.
   
   It assumes that the qnn.conv2d relay op is not
   canonicalized and all the quantization parameters (scales and zero points) 
are passed into the intrinsic implementation.
   
   It also uses the fixed point computation function defined in hexagon topi 
utils to compute a fixed point (combined) scale which is used to perform the 
final requantization before returning the quantized output.


-- 
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]

Reply via email to