-
Notifications
You must be signed in to change notification settings - Fork 96
Migrate onnxscript converter to use onnx ir #2706
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
26010da
Removable castable field
gramalingam e4d8b8f
Prepare to replace Variable by ir.Value
gramalingam c8708ef
Create ir.Values, first pass
gramalingam 2738841
A minor fix
gramalingam 0e8efef
Various bug fixes
gramalingam a577f1a
Final cleanup
gramalingam dbda8e4
Fix matmul fusion testcase
gramalingam 85937ed
First updates to builder
gramalingam 9534b95
Create nodes
gramalingam 957be40
Adding ir Graph step 1
gramalingam 09a0c16
IRFunction cleanup docstring
gramalingam 1d73d52
Further partial cleanup of IR
gramalingam ddce3b3
Ir builder cleanup
gramalingam 7b8cd9b
IR cleanup
gramalingam fae6609
IR builder cleanup
gramalingam 6b87407
IR builder cleanup
gramalingam 0047814
Fix attribute error
gramalingam 1917af1
Default value for attr parameter
gramalingam 6b01c98
Fix to-graph-proto
gramalingam 74ca996
Opset imports
gramalingam d855c2c
Minor fix
gramalingam 4372082
Run lint
gramalingam cf1c12a
More cleanup
gramalingam 29ec139
More cleanup
gramalingam 95a76a2
More cleanup
gramalingam 053e7c5
Remove unused
gramalingam 46239f1
Minor cleanup
gramalingam f7eb6d1
Merge branch 'main' into rama/converter
gramalingam dda7977
Move to_model_proto
gramalingam 4527f92
More cleanup
gramalingam fd3c14a
More cleanup
gramalingam 09bc3d3
More cleanup
gramalingam 5e17ae1
Address lint warning
gramalingam 3e4b59c
Remove unused code
gramalingam cdfc749
More cleanup
gramalingam a46dcc2
Fix lint issue
gramalingam e0281a3
Add support for type annotation
gramalingam c7d1eb5
ir builder cleanup
gramalingam fa95a93
Cleanup IRBuilder
gramalingam 86e10dd
More cleanup
gramalingam 62627cb
Cleanup irbuilder
gramalingam 811bb0a
minor fixes
gramalingam 4f97263
Address PR feedback
gramalingam ac77c92
Address PR feedback
gramalingam 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
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
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.
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.