"vscode:/vscode.git/clone" did not exist on "66f2777fec77c38a79cf44b4b659ac0ab0d4febc"
Commit e7cf8a26 authored by Khalique's avatar Khalique
Browse files

fix style warning

parent 4263fdcb
......@@ -18,7 +18,8 @@ argument miopen_lrn::compute(context& ctx,
const shape& output_shape,
const std::vector<argument>& args) const
{
float alpha = 1, beta = 0;
float alpha = 1;
float beta = 0;
auto x_desc = make_tensor(args[0].get_shape());
auto y_desc = make_tensor(output_shape);
miopenLRNForward(ctx.get_stream().get_miopen(),
......
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