-
Notifications
You must be signed in to change notification settings - Fork 249
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
[Torch FX] Map Namespace Names to Metatype #3237
Open
anzr299
wants to merge
34
commits into
openvinotoolkit:develop
Choose a base branch
from
anzr299:fx/metatypes
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,100
−2,987
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
98cb4dc
comment changes
anzr299 5991aef
update operator metatypes
anzr299 44103b4
revert breaking changes
anzr299 22c5e51
Update operator_metatypes.py
anzr299 d53b445
fix aten op error
anzr299 de1361c
fix
anzr299 26e1c3a
layer norm metatypes update
anzr299 541319d
include aten layernorm in backends and metatype lookup list
anzr299 c3cc784
update reference files
anzr299 e186b4d
pre commit
anzr299 7c1e12c
fix for PT traced tensor issue
anzr299 4ce8d69
fix unnecesary changes
anzr299 215a529
Merge branch 'openvinotoolkit:develop' into fx/metatypes
anzr299 a36c4e3
update synthetic transformer reference graphs and reference values
anzr299 4ec56be
update get_all_aliases method
anzr299 a0de15d
add suport for edge case for int input of embedding node
anzr299 fb49a78
Merge branch 'openvinotoolkit:develop' into fx/metatypes
anzr299 4e716c5
fix error
anzr299 56dfdda
add PT2 metatype mapping from namespace
anzr299 38e825a
pre commit fix
anzr299 f863b74
add pt2 operator metatype registry to known registries in PT operator…
anzr299 2bdc08f
pre commit fix
anzr299 441dde9
update reference graphs; fix minor debugging leftover
anzr299 cbda8b6
Merge branch 'develop' into fx/metatypes
anzr299 8a4e382
Merge branch 'openvinotoolkit:develop' into fx/metatypes
anzr299 ab71b81
update graph builder for dynamic shapes
anzr299 97dc74a
update reference graphs
anzr299 8fb74e8
Remove Extra Registry;
anzr299 a90375c
update metatypes
anzr299 11565c2
Merge branch 'openvinotoolkit:develop' into fx/metatypes
anzr299 ffddec7
update reference graphs and metatype for convtranspose2d
anzr299 f7fd41c
revert reference graph changes
anzr299 3f2c342
update a wrong reference file
anzr299 9acc6ae
update operator metatype mapping
anzr299 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 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update return annotation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done