Commit 3272b22e authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 94e3a2e4
......@@ -17,7 +17,7 @@ struct test_rnn_bidirectional10 : verify_program<test_rnn_bidirectional10>
int hidden_size = 4;
int input_size = 3;
int num_dirct = 2;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_rnn_forward : verify_program<test_rnn_forward>
int hidden_size = 4;
int input_size = 3;
int num_dirct = 1;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_rnn_forward10 : verify_program<test_rnn_forward10>
int hidden_size = 4;
int input_size = 3;
int num_dirct = 1;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_rnn_reverse : verify_program<test_rnn_reverse>
int hidden_size = 4;
int input_size = 3;
int num_dirct = 1;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_rnn_reverse2 : verify_program<test_rnn_reverse2>
int hidden_size = 4;
int input_size = 3;
int num_dirct = 1;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_rnn_sql_1 : verify_program<test_rnn_sql_1>
int hidden_size = 4;
int input_size = 3;
int num_dirct = 1;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_rnn_sql_2 : verify_program<test_rnn_sql_2>
int hidden_size = 4;
int input_size = 3;
int num_dirct = 1;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_var_sl_gru_bidirct : verify_program<test_var_sl_gru_bidirct>
int hidden_size = 5;
int input_size = 8;
int num_dirct = 2;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
......@@ -17,7 +17,7 @@ struct test_var_sl_gru_forward : verify_program<test_var_sl_gru_forward>
int hidden_size = 5;
int input_size = 8;
int num_dirct = 1;
float clip = 0.0f;
float clip = 0.0f;
migraphx::program p;
auto* mm = p.get_main_module();
......
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