Commit ad21f52f authored by Paul's avatar Paul
Browse files

Formatting

parent 5c74135c
...@@ -350,11 +350,7 @@ struct miopen_apply ...@@ -350,11 +350,7 @@ struct miopen_apply
conv.compile(ctx, ins->result, ins->arguments); conv.compile(ctx, ins->result, ins->arguments);
auto output = insert_allocation(ins, ins->result); auto output = insert_allocation(ins, ins->result);
prog->replace_instruction(ins, prog->replace_instruction(ins, conv, ins->arguments.at(0), ins->arguments.at(1), output);
conv,
ins->arguments.at(0),
ins->arguments.at(1),
output);
} }
void apply_pooling(instruction_ref ins) void apply_pooling(instruction_ref ins)
......
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