Commit 8d7948aa authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 3bc77083
...@@ -537,8 +537,8 @@ struct find_inner_broadcast ...@@ -537,8 +537,8 @@ struct find_inner_broadcast
} }
// if no common broadcast axis, transformation is not useful // if no common broadcast axis, transformation is not useful
if(std::find_if(common_axis.begin(), common_axis.end(), [](auto num_common) { if(std::find_if(common_axis.begin(), common_axis.end(), [](auto num_common) {
return num_common > 1; return num_common > 1;
}) == common_axis.end()) }) == common_axis.end())
return; return;
} }
......
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