Commit a280e441 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

Clang format.

parent c4ed136c
......@@ -201,9 +201,10 @@ struct miopen_apply
}
*/
template<class T>
instruction_ref apply_generic_op(instruction_ref ins) {
auto output = insert_allocation(ins, ins->get_shape());
template <class T>
instruction_ref apply_generic_op(instruction_ref ins)
{
auto output = insert_allocation(ins, ins->get_shape());
std::vector<instruction_ref> refs = ins->inputs();
refs.push_back(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