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

clang format

parent 4eaf846f
...@@ -27,10 +27,7 @@ struct reshape ...@@ -27,10 +27,7 @@ struct reshape
return pack(f(self.dims, "dims")); return pack(f(self.dims, "dims"));
} }
value attributes() const value attributes() const { return {{"standard_input_shape", true}}; }
{
return {{"standard_input_shape", true}};
}
std::string name() const { return "reshape"; } std::string name() const { return "reshape"; }
shape compute_shape(std::vector<shape> inputs) const shape compute_shape(std::vector<shape> inputs) const
......
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