Commit 413480e0 authored by Khalique's avatar Khalique
Browse files

formatting

parent 8ea9fc25
......@@ -15,8 +15,8 @@ shape miopen_elu::compute_shape(const std::vector<shape>& inputs) const
}
argument miopen_elu::compute(context& ctx,
const shape& output_shape,
const std::vector<argument>& args) const
const shape& output_shape,
const std::vector<argument>& args) const
{
float alpha = 1, beta = 0;
auto x_desc = make_tensor(args[0].get_shape());
......
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