You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/04 16:02:34 UTC

[GitHub] [tvm] ibsidorenko opened a new pull request, #11210: [QNN] Enable constant folding for QNN operations

ibsidorenko opened a new pull request, #11210:
URL: https://github.com/apache/tvm/pull/11210

   This PR is an attempt to revive [PR#9164](https://github.com/apache/tvm/pull/9164) . It enables folding of constants for QNN operations. Motivation to have this feature is BYOC use cases.
   
   One important thing: for the case when we call `FoldConstant` before `FakeQuantizationToInteger` pass, we can prevent FQ2I from converting some ops to qnn equivalent. To avoid this, callback argument was added in `FoldConstant` pass that allows to skip expressions from folding.
   
   Co-authored-by: Alexander Peskov <pe...@gmail.com>
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] ibsidorenko closed pull request #11210: [QNN] Enable constant folding for QNN operations

Posted by GitBox <gi...@apache.org>.
ibsidorenko closed pull request #11210: [QNN] Enable constant folding for QNN operations
URL: https://github.com/apache/tvm/pull/11210


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org