"docs/archive_en_US/NAS/Overview.md" did not exist on "eb9b72a3a30afb66ed0ef5def7e2df97c0ea3a6f"
Commit 6c1a08f4 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 56715137
......@@ -35,7 +35,7 @@ TEST_CASE(tanh_shape)
migraphx::program p;
migraphx::shape s{migraphx::shape::float_type, {2, 3}};
auto x = p.add_parameter("x", s);
auto tx = p.add_instruction(migraphx::op::transpose{{1, 0}}, x);
auto tx = p.add_instruction(migraphx::op::transpose{{1, 0}}, x);
auto txh = p.add_instruction(migraphx::op::tanh{}, tx);
p.add_instruction(migraphx::op::add{}, txh, txh);
......
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