"mmdet3d/datasets/vscode:/vscode.git/clone" did not exist on "90f7a7d9e5d785333f412601e12097563d2260fc"
Commit 4402c0b5 authored by Paul's avatar Paul
Browse files

Formattting

parent 8d27bb02
......@@ -427,13 +427,13 @@ struct miopen_apply
std::back_inserter(reshapes),
[&](auto i) { return prog->insert_instruction(ins, reshape_op, i); });
return prog->replace_instruction(ins,
miopen_batch_norm_inference{op},
ins->arguments.at(0),
reshapes[0],
reshapes[1],
reshapes[2],
reshapes[3],
output);
miopen_batch_norm_inference{op},
ins->arguments.at(0),
reshapes[0],
reshapes[1],
reshapes[2],
reshapes[3],
output);
}
};
......
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