-
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] A new transformation that adds a convert layer if there is no reorders that support the data type conversion. #3498
Merged
dmitry-gorokhov
merged 21 commits into
openvinotoolkit:master
from
maxnick:AddConvertToReorder
Feb 8, 2021
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3e74599
[CPU] Convert node has been rewritten as a mkldnn node derived class.
maxnick 0caa237
[CPU] Convert extended to support instantiation without predefined in…
maxnick 087dda3
[CPU] Routines for inserting an MKLDNN node into an MKLDNN graph.
maxnick 59ea7cb
[CPU] Inserting convert to cover cases where a reorder is not available.
maxnick 652df1c
[CPU] Subgraph test for AddConvertToReorder transformation.
maxnick dede394
[CPU] MKLDNNGraph InsertReorder procedure refactoring.
maxnick 1d81b89
Code cleanup.
maxnick 280d573
[CPU] Addition checks to prevent infinity loop and skip unnecessary c…
maxnick 1361f2d
[CPU] Convert layer, edge count check has been properly reorganized.
maxnick 6e70325
MergeConversions transformation was complitely removed as it is unnec…
maxnick 4b698b1
The convert layer was fixed after review.
maxnick 02c706f
The convert insert procedure has been moved to the mkldnn graph.
maxnick c9e7bc8
AddConverToReorder test was changed in accordance with review.
maxnick dd9c3cf
MKLDNNMemory::SetData extended with data conversion for unsupported b…
maxnick 0786be9
Changes after review for TensorDescCreators and convert node.
maxnick 7918623
Reorder data algorithm moved to a separate static method.
maxnick ac74530
Refactoring after offline discussion.
maxnick 4af82a1
Fixes after rebase onto new oneDNN version.
maxnick 30259a7
Create call fix.
maxnick 5e8f592
TensorDescCreators priority change.
maxnick ff3b2b4
Increased the minimum rank for the ChannelBlockedCreator.
maxnick 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
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.
minor:
regimes
->mode