"docs/en_US/Tutorial/InstallationLinux.md" did not exist on "a1f926661689b6db3bba72f7cd381aac118e5c0a"
Commit a280e441 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

Clang format.

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