-
Notifications
You must be signed in to change notification settings - Fork 66
Fixes to version converter #2318
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
Conversation
Signed-off-by: Ganesan Ramalingam <[email protected]>
Signed-off-by: Ganesan Ramalingam <[email protected]>
❌ 3 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Signed-off-by: Ganesan Ramalingam <[email protected]>
Making sure: what is the current invariants if a conversion is not possible? Do we fail or leave the graph in an invalid state? |
It is what we discussed in other PR: you can have some nodes with a different opset version than the imported one (i.e., the target version). |
Redo of PR #2295 as discussed there.
TODO (in a separate PR):