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

[Feature Request] Request to support rank 3 MaxPool on QNN EP #21632

Open
aparmp-quic opened this issue Aug 6, 2024 · 0 comments
Open

[Feature Request] Request to support rank 3 MaxPool on QNN EP #21632

aparmp-quic opened this issue Aug 6, 2024 · 0 comments
Labels
ep:QNN issues related to QNN exeution provider feature request request for unsupported feature or enhancement

Comments

@aparmp-quic
Copy link

Describe the feature request

The current implementation of the pool_op_builder.cc in QNN-EP supports only inputs of rank 4. Support is needed to handle rank 3 as well.

Describe scenario use case

If the original ONNX model is having model input dimension as 3, then the rank of input at the MaxPool node through QNN-EP path will also be 3. This throws error at op support validation stage as it is not meeting the requirement of rank to be 4.

@aparmp-quic aparmp-quic added the feature request request for unsupported feature or enhancement label Aug 6, 2024
@github-actions github-actions bot added the ep:QNN issues related to QNN exeution provider label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:QNN issues related to QNN exeution provider feature request request for unsupported feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant