Remove second InsertCopyLayerPass call (#5879)
This commit is contained in:
parent
3f26f6366c
commit
7fadfa88d7
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user