onnxruntime
f7028a3a - [QNN EP] Add support for int64 shape input of Expand Op (#24389)

Commit
286 days ago
[QNN EP] Add support for int64 shape input of Expand Op (#24389) ### Description 1. Transform INT64 shape of Expand Op to INT32 shape. 2. Add Unit test to check INT64 Shape conversion to INT32 by QNN EP. ### Motivation and Context QNN doesn't support INT64 shape for Expand Op. This commit delegates the Expand Ops with INT64 shape on QNN EP. This improves the inference time.
Author
Parents
Loading