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] Support for Int64 datatype for shape tensor in Expand Op in ORT-QNN EP #22320

Open
aparmp-quic opened this issue Oct 4, 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

Currently Int64 shape tensor is not handled in Expand Op builder and below error is thrown: expand_op_builder.cc. Support is required to cast and handle this datatype in ORT QNN EP.

Describe scenario use case

Currently we are getting below error if the input model has Int64 as shape tensor in Expand node.

[V:onnxruntime:, qnn_execution_provider.cc:521 onnxruntime::QNNExecutionProvider::GetSupportedNodes] Validation FAILED for 1 nodes in NodeUnit (Expand) :

	Operator type: Expand Node name: Expand_1 Node index: 1

	REASON : Type not supported.
@aparmp-quic aparmp-quic added the feature request request for unsupported feature or enhancement label Oct 4, 2024
@github-actions github-actions bot added the ep:QNN issues related to QNN exeution provider label Oct 4, 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