Commit 7e3e1f36 authored by Khalique's avatar Khalique
Browse files

formatting

parent 62b31973
...@@ -133,7 +133,7 @@ struct miopen_apply ...@@ -133,7 +133,7 @@ struct miopen_apply
instruction_ref apply_relu(instruction_ref ins) instruction_ref apply_relu(instruction_ref ins)
{ {
auto ad = make_relu(); auto ad = make_relu();
auto output = insert_allocation(ins, ins->get_shape()); auto output = insert_allocation(ins, ins->get_shape());
return prog->replace_instruction( return prog->replace_instruction(
......
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