Skip to content

Commit

Permalink
Update moc_transformations.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
iefode authored May 13, 2024
1 parent 57bde33 commit a5fc2a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ bool ov::pass::MOCTransformations::run_on_model(const std::shared_ptr<ov::Model>
ADD_MATCHER(decomp, ConvertSubtractWithConstant)
ADD_MATCHER(decomp, ConvertNegative)
ADD_MATCHER(decomp, ConvertConvertPromoteTypes)
// manager.register_pass<ov::pass::LinOpSequenceFusion>();
manager.register_pass<ov::pass::LinOpSequenceFusion>();

auto multiply_fusions = manager.register_pass<ov::pass::GraphRewrite>();
ADD_MATCHER(multiply_fusions, ConvolutionMultiplyFusion)
Expand Down

0 comments on commit a5fc2a8

Please sign in to comment.