"src/onnx/parse_qlinearbinary.cpp" did not exist on "19c87449d728935c1663c220d3dee687e20c3007"
Commit 8f39f349 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format.

parent fbc53b14
...@@ -1614,7 +1614,7 @@ TEST_CASE(gru_bidirectional_args) ...@@ -1614,7 +1614,7 @@ TEST_CASE(gru_bidirectional_args)
0.1483, -0.3902, -0.5348, 0.4178, 1.0175, 0.9212}; 0.1483, -0.3902, -0.5348, 0.4178, 1.0175, 0.9212};
float clip = 0.0f; float clip = 0.0f;
// 3 args // 3 args
{ {
migraphx::program p; migraphx::program p;
...@@ -1798,7 +1798,7 @@ TEST_CASE(gru_bidirectional_actv_funcs) ...@@ -1798,7 +1798,7 @@ TEST_CASE(gru_bidirectional_actv_funcs)
0.1483, -0.3902, -0.5348, 0.4178, 1.0175, 0.9212}; 0.1483, -0.3902, -0.5348, 0.4178, 1.0175, 0.9212};
float clip = 0.0f; float clip = 0.0f;
// no activation function specified, so default is used. // no activation function specified, so default is used.
{ {
migraphx::program p; migraphx::program p;
......
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