Commit 8464f91e authored by Rob Earhart's avatar Rob Earhart

Increase precision of sigmoid_bprop_n1c1h4 constants

parent 07e37328
......@@ -5243,7 +5243,7 @@ NGRAPH_TEST(${BACKEND_NAME}, sigmoid_bprop_n1c1h4)
auto handle = backend->compile(func);
handle->call_with_validate({result}, {a, b});
vector<float> expected{0.196612f, 0.0176627f, 0.196612f, 0.0176627f};
vector<float> expected{0.1966119f, 0.01766273f, 0.1966119f, 0.01766273f};
EXPECT_TRUE(test::all_close_f(expected, read_vector<float>(result)));
}
......
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