Commits


Adrian Lizarraga authored and GitHub committed f7bf5a19baf
[QNN EP] Ensure QNN EP rejects nodes with I/O of dynamic shape (#22066) ### Description Updates QNN EP to properly reject nodes that have inputs or outputs with dynamic shapes. ### Motivation and Context Currently, QNN EP does not properly offload subgraphs with dynamic shapes to the CPU EP. This PR ensures that QNN EP rejects nodes that consume or generate I/O with dynamic shapes.