Commits


Adrian Lizarraga authored and GitHub committed 21ae86e4051
[QNN EP] Fix test zero-point calculation and flaky MatMul test (#17338) ### Description - Fix incorrect zero-point calculation in unit tests. Affects int8(signed) QDQ models. - Replace flaky MatMul test that occasionally fails on main branch with a version that uses explicit inputs. ### Motivation and Context Fix bug and improve test accuracy and stability.