-
Notifications
You must be signed in to change notification settings - Fork 240
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
[NNCFGraph] Fix get_input_edges
for parallel edges
#2107
Merged
alexsu52
merged 5 commits into
openvinotoolkit:develop
from
daniil-lyakhov:dl/fix/nncf_grpah_parallel_edges
Sep 28, 2023
Merged
[NNCFGraph] Fix get_input_edges
for parallel edges
#2107
alexsu52
merged 5 commits into
openvinotoolkit:develop
from
daniil-lyakhov:dl/fix/nncf_grpah_parallel_edges
Sep 28, 2023
Conversation
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
daniil-lyakhov
requested review from
alexsu52,
nikita-savelyevv and
vshampor
September 5, 2023 10:28
github-actions
bot
added
NNCF Common
Pull request that updates NNCF Common
NNCF OpenVINO
Pull requests that updates NNCF OpenVINO
labels
Sep 5, 2023
run pytorch pre-commit tests |
run tensorflow pre-commit tests |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2107 +/- ##
===========================================
- Coverage 36.24% 36.13% -0.12%
===========================================
Files 477 478 +1
Lines 42570 42723 +153
===========================================
+ Hits 15428 15436 +8
- Misses 27142 27287 +145
|
alexsu52
reviewed
Sep 6, 2023
vshampor
requested changes
Sep 13, 2023
daniil-lyakhov
force-pushed
the
dl/fix/nncf_grpah_parallel_edges
branch
from
September 26, 2023 18:22
d950c52
to
f830e83
Compare
github-actions
bot
added
NNCF PT
Pull requests that updates NNCF PyTorch
experimental
labels
Sep 26, 2023
daniil-lyakhov
force-pushed
the
dl/fix/nncf_grpah_parallel_edges
branch
from
September 26, 2023 18:45
f830e83
to
9eb0c50
Compare
daniil-lyakhov
requested review from
vshampor,
alexsu52 and
nikita-savelyevv
September 26, 2023 18:47
nikita-savelyevv
approved these changes
Sep 27, 2023
daniil-lyakhov
commented
Sep 28, 2023
vshampor
approved these changes
Sep 28, 2023
alexsu52
approved these changes
Sep 28, 2023
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.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
experimental
NNCF Common
Pull request that updates NNCF Common
NNCF OpenVINO
Pull requests that updates NNCF OpenVINO
NNCF PT
Pull requests that updates NNCF PyTorch
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.
Changes
parallel_input_port_ids
parameter plugged in toOVNNCFGraph
NNCFGraph.get_input_edges
unwrapsparallel_input_port_ids
and returns separate entities ofNNCFGraphEdge
for each parallel edgeReason for changes
Related tickets
119666
Tests