-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[cpu] Remove custom shape inference factories #27924
Merged
mlukasze
merged 22 commits into
openvinotoolkit:master
from
praasz:shape-infer/remove-cpu-custom-shape-infer-factories
Jan 20, 2025
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8fa1fdd
Remove custom shape inference factories
praasz 1499658
Update FakeQunatize shape inference to return dedicated port mask
praasz da7e5a8
Fallback shape inference use full port mask
praasz 3829b7b
Add custom shape inference for deconv node
praasz e40addb
Add custom mask for MaxPool for CPU data dependency only
praasz 75dfef5
Remove commented code
praasz 240a3d3
Merge branch 'master' into shape-infer/remove-cpu-custom-shape-infer-…
praasz 683efa9
Merge remote-tracking branch 'origin/master' into shape-infer/remove-…
praasz 2d29210
Merge branch 'master' into shape-infer/remove-cpu-custom-shape-infer-…
praasz f5fbe63
Merge branch 'master' into shape-infer/remove-cpu-custom-shape-infer-…
praasz df86e25
Merge branch 'master' into shape-infer/remove-cpu-custom-shape-infer-…
mlukasze e21a7eb
Fix condition for skipping shape inference in Ref node and remove unn…
maxnick 5e9de2a
Optimize shape inference for Reference node if shape hasn't changed
maxnick 0a57ce7
Merge remote-tracking branch 'origin/master' into pr-27924
maxnick d268a96
Fix code style
maxnick 7228927
Merge remote-tracking branch 'origin/master' into pr-27924
maxnick 95c02ac
Merge branch 'master' into shape-infer/remove-cpu-custom-shape-infer-…
mlukasze b7a89aa
Merge branch 'master' into shape-infer/remove-cpu-custom-shape-infer-…
praasz 646e42b
Merge remote-tracking branch 'origin/master' into shape-infer/remove-…
praasz a592978
Merge branch 'master' into shape-infer/remove-cpu-custom-shape-infer-…
mlukasze 2993e77
Fix issue after merge
praasz 3ac4d01
Remove move on const ref object
praasz 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.
This part was changed by clang-format.