"git@developer.sourcefind.cn:modelzoo/solov2-pytorch.git" did not exist on "2a43cc7d9add9b48f2c88788850adeea6f67b83e"
Commit 405591c3 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 5d821f5e
...@@ -32,8 +32,7 @@ struct broadcast ...@@ -32,8 +32,7 @@ struct broadcast
template <class Self, class F> template <class Self, class F>
static auto reflect(Self& self, F f) static auto reflect(Self& self, F f)
{ {
return pack(f(self.axis, "axis"), return pack(f(self.axis, "axis"), f(self.broadcast_lens, "dims"));
f(self.broadcast_lens, "dims"));
} }
std::string name() const { return "broadcast"; } std::string name() const { return "broadcast"; }
......
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