nncf icon indicating copy to clipboard operation
nncf copied to clipboard

[Common] `port_id` and `parallel_edges_ids` are added to the graph for analysis

Open daniil-lyakhov opened this issue 1 year ago • 1 comments

Changes

port_id and parallel_edges_ids are added to the graph for analysis

image

Reason for changes

To test parallel_edges_ids and port_id in graph tests as well as the structural information.

Related tickets

Tests

daniil-lyakhov avatar Oct 18 '23 11:10 daniil-lyakhov

Codecov Report

Merging #2206 (2ac6f5e) into develop (5e0837a) will decrease coverage by 0.23%. Report is 7 commits behind head on develop. The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2206      +/-   ##
===========================================
- Coverage    36.63%   36.40%   -0.23%     
===========================================
  Files          486      486              
  Lines        43377    43460      +83     
===========================================
- Hits         15889    15821      -68     
- Misses       27488    27639     +151     
Files Coverage Δ
nncf/common/graph/graph.py 74.85% <100.00%> (+0.43%) :arrow_up:

... and 37 files with indirect coverage changes

codecov[bot] avatar Oct 18 '23 12:10 codecov[bot]