onnxruntime
f7bf5a19 - [QNN EP] Ensure QNN EP rejects nodes with I/O of dynamic shape (#22066)

Commit
1 year ago
[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.
Parents
Loading