Commit 2fa8a678 authored by Louis Feng's avatar Louis Feng

format.

parent a3d28a76
...@@ -548,3 +548,4 @@ void ngraph::runtime::cpu::pass::CPUFusion::construct_conv_bias() ...@@ -548,3 +548,4 @@ void ngraph::runtime::cpu::pass::CPUFusion::construct_conv_bias()
auto m = std::make_shared<ngraph::pattern::Matcher>(p_conv_bias, callback); auto m = std::make_shared<ngraph::pattern::Matcher>(p_conv_bias, callback);
this->add_matcher(m); this->add_matcher(m);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment