"docs_zh_CN/vscode:/vscode.git/clone" did not exist on "53c1b2fe911ecdb238d1bb13c9c6ac53edc53ddf"
Commit 0b4e639f authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8c62c647
......@@ -2887,7 +2887,7 @@ struct test_lstm_bidirct_default_actv2
}
};
template<int axis>
template <int axis>
struct test_logsoftmax
{
migraphx::program create_program() const
......@@ -2901,7 +2901,7 @@ struct test_logsoftmax
}
};
template<int axis>
template <int axis>
struct test_logsoftmax_1
{
migraphx::program create_program() const
......@@ -3035,4 +3035,3 @@ int main()
verify_program<test_logsoftmax_1<0>>();
verify_program<test_logsoftmax_1<1>>();
}
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