Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 27, 2020
1 parent 89f2ddc commit 246451e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TEST(TransformationTests, MishFusing) {
f = std::make_shared<ngraph::Function>(ngraph::NodeVector{mul}, ngraph::ParameterVector{input0});

ngraph::pass::InitNodeInfo().run_on_function(f);
ngraph::pass::MishFusing().run_on_function(f);
ngraph::pass::MishFusion().run_on_function(f);
ASSERT_NO_THROW(check_rt_info(f));
}

Expand Down

0 comments on commit 246451e

Please sign in to comment.