Skip to content

Commit

Permalink
Remove second InsertCopyLayerPass call (openvinotoolkit#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkogteva authored and dood-apo committed Aug 24, 2023
1 parent c0a4a88 commit c1b1b6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inference-engine/src/gna_plugin/gna_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ void GNAPlugin::LoadNetwork(CNNNetwork & _network) {

passes->registerPass<InsertIdentityLayerPass>();
passes->registerPass<BreakFusingOfOutputLayersPass>();
passes->registerPass<InsertCopyLayerPass>();
passes->registerPass<BroadcastConstPass>();
passes->registerPass<InsertDiagonalLayerPass>();
passes->registerPass<HandleMultipleActivationsForTheLayerPass>();
Expand Down

0 comments on commit c1b1b6b

Please sign in to comment.