d871bbd96f
* [QNN] Enable constant folding for QNN operations. This commit enables constant folding for QNN operations. This functionalty is disabled by default, use fold_qnn=True to enable. Co-authored-by: Alexander Peskov <peskovnn@gmail.com> * [NFC] Fixed comments * Added more unit tests for QNN opers in constant folding pass. * Address PR feedbacks Co-authored-by: Alexander Peskov <peskovnn@gmail.com>