Commit 92f5a6cd authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 19072784
......@@ -531,7 +531,9 @@ struct find_inner_broadcast
common_axis[i]++;
}
}
if(std::find_if(common_axis.begin(), common_axis.end(), [](auto num_common){ return num_common > 1 ; }) == common_axis.end())
if(std::find_if(common_axis.begin(), common_axis.end(), [](auto num_common) {
return num_common > 1;
}) == common_axis.end())
return;
std::vector<instruction_ref> inputs;
......
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