"sgl-router/vscode:/vscode.git/clone" did not exist on "f64b8e3e4e13f901249e4b60784fcd62ddd98d4b"
Commit 5f441536 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format.

parent 5866f279
......@@ -1453,9 +1453,9 @@ struct test_rnn_bi_3args
migraphx::shape w_shape{migraphx::shape::float_type, {num_dirct, hidden_size, input_size}};
migraphx::shape r_shape{migraphx::shape::float_type, {num_dirct, hidden_size, hidden_size}};
auto seq = p.add_parameter("seq", in_shape);
auto w = p.add_parameter("w", w_shape);
auto r = p.add_parameter("r", r_shape);
auto seq = p.add_parameter("seq", in_shape);
auto w = p.add_parameter("w", w_shape);
auto r = p.add_parameter("r", r_shape);
auto output =
p.add_instruction(migraphx::op::rnn{hidden_size,
{migraphx::op::tanh{}, migraphx::op::tanh{}},
......@@ -1470,7 +1470,6 @@ struct test_rnn_bi_3args
}
};
int main()
{
verify_program<test_pooling_autopad>();
......
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