Commit 311ae1d1 authored by Paul's avatar Paul
Browse files

Formatting

parent 87aed719
......@@ -439,8 +439,7 @@ struct miopen_apply
instruction_ref apply_softmax(instruction_ref ins)
{
auto output = insert_allocation(ins, ins->get_shape());
return prog->replace_instruction(
ins, miopen_softmax{}, ins->inputs().at(0), output);
return prog->replace_instruction(ins, miopen_softmax{}, ins->inputs().at(0), output);
}
instruction_ref apply_add(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