-
Notifications
You must be signed in to change notification settings - Fork 24.8k
[ONNX] Add support for torch.cond/HOP in onnx exporter #137428
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
d1cc835
[ONNX] Support model with torch.cond
xadupre 3d89910
fix annotation
xadupre e4b5870
Merge branch 'main' of https://github.com/pytorch/pytorch into onnx_cond
xadupre de5790a
complete support of torch.cond
xadupre ede7891
Merge branch 'main' of https://github.com/pytorch/pytorch into onnx_cond
xadupre 9ec86b7
use ir
xadupre a1627cf
lint
xadupre 098fa44
Update test_small_models_e2e.py
justinchuby 8b4dc0c
Merge branch 'main' of https://github.com/pytorch/pytorch into onnx_cond
xadupre 7eee884
Update _core.py
justinchuby 01a34e1
Update _building.py
justinchuby d5915e4
Update _fx_passes.py
justinchuby f613214
Update _ir_passes.py
justinchuby c45884d
Update test_small_models_e2e.py
justinchuby 6cba4a9
Update _core.py
justinchuby 83bd6bc
Update _registration.py
justinchuby 9e7e95d
Create _torchlib_registry.py
justinchuby e019ec2
Create __init__.py
justinchuby 8a2b2af
Create hop.py
justinchuby fc8b09b
Update hop.py
justinchuby 7f7f59a
Update test_small_models_e2e.py
justinchuby 70d89fe
Update _core.py
justinchuby 5756204
Update _ir_passes.py
justinchuby 1134b13
Update _building.py
justinchuby c8c0194
Update _schemas.py
justinchuby 94ff4e3
Update _ir_passes.py
justinchuby e8b8e86
Update _core.py
justinchuby 668072e
Update _core.py
justinchuby d232470
Create __init__.py
justinchuby c4771ac
Update hop.py
justinchuby fe9a778
Update _core.py
justinchuby c14013e
Update test_small_models_e2e.py
justinchuby ff9c2f8
Update test_small_models_e2e.py
justinchuby d6ccefa
Update hop.py
justinchuby 3ac734f
Update hop.py
justinchuby ca634a1
Update test_small_models_e2e.py
justinchuby f04378c
Update _building.py
justinchuby d4c8447
Update _core.py
justinchuby 600e23e
Update _fx_passes.py
justinchuby d1869c5
Update _registration.py
justinchuby 9616504
Update _schemas.py
justinchuby 7d2c89a
Update _torchlib_registry.py
justinchuby f9165b5
Update _building.py
justinchuby fd86370
Update _registration.py
justinchuby 00b883d
Update test_small_models_e2e.py
justinchuby eda5c04
Update __init__.py
justinchuby 9f081b8
Update _ir_passes.py
justinchuby File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update _fx_passes.py
- Loading branch information
commit 600e23e1c5570e8f18c7e61c500dc198c1278562
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.