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

Revert "[IREE EP][Importer] Fix IR import for onnx.ConstantOfShape" #12

Merged

Conversation

Shukla-Gaurav
Copy link

@Shukla-Gaurav Shukla-Gaurav commented Sep 23, 2024

Reverts #11
This PR introduces regression in the Densenet_int8 model, so reverting this one. Onnxrt does not have "ConstantOfShape" in the graph but includes it in initializers list, which is what we have to figure out and get a fix.

Copy link

@vinayakdsci vinayakdsci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, the original regressions had different sources than was initially expected. Thanks!

@Shukla-Gaurav Shukla-Gaurav merged commit 1d4576f into onnxrt-rebase Sep 23, 2024
7 of 11 checks passed
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