Commit 362bb996 authored by Louis Feng's avatar Louis Feng

clang format

parent 1b3940eb
......@@ -601,4 +601,3 @@ void ngraph::runtime::cpu::pass::CPUFusion::construct_conv_bias()
auto m = std::make_shared<ngraph::pattern::Matcher>(p_conv_bias, callback);
this->add_matcher(m);
}
......@@ -922,4 +922,3 @@ TEST(cpu_fusion, sigmoid_n1c1h4)
vector<float> expected{0.73105858f, 0.98201379f, 0.73105858f, 0.98201379f};
ASSERT_TRUE(read_vector<float>(result) == expected);
}
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