Commit a6b99124 authored by Paul's avatar Paul
Browse files

Formatting

parent a96fae91
...@@ -94,7 +94,7 @@ struct pass_standard_op ...@@ -94,7 +94,7 @@ struct pass_standard_op
migraph::shape compute_shape(std::vector<migraph::shape> inputs) const migraph::shape compute_shape(std::vector<migraph::shape> inputs) const
{ {
for(auto&& input:inputs) for(auto&& input : inputs)
{ {
if(not input.standard()) if(not input.standard())
throw std::runtime_error("Not standard shape"); throw std::runtime_error("Not standard shape");
......
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