Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QNN EP] Enable Expand op #18234

Merged
merged 8 commits into from
Nov 7, 2023
Merged

[QNN EP] Enable Expand op #18234

merged 8 commits into from
Nov 7, 2023

Conversation

HectorSVC
Copy link
Contributor

Description

Enable Expand Op.
There no directly mapping from Onnx Expand op to QNN. Need to use ElementWiseMultiply to do the data broadcast. Basically create the 2nd input with value 1.0 and use the shape data from Expand op.

@HectorSVC HectorSVC merged commit ad34c67 into main Nov 7, 2023
86 of 91 checks passed
@HectorSVC HectorSVC deleted the qnn_expand_op branch November 7, 2023 00:28
kleiti pushed a commit to kleiti/onnxruntime that referenced this pull request Mar 22, 2024
### Description
Enable Expand Op.
There no directly mapping from Onnx Expand op to QNN. Need to use
ElementWiseMultiply to do the data broadcast. Basically create the 2nd
input with value 1.0 and use the shape data from Expand op.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants