"megatron/legacy/model/__init__.py" did not exist on "5c04ceb319733c5a6a021f3ff76d06e3dc7d3420"
Commit 1e1fa62e authored by Khalique's avatar Khalique
Browse files

formatting

parent faddc14e
......@@ -718,7 +718,8 @@ struct pad
bool symmetric() const
{
std::size_t num_dims = pads.size() / 2;
return std::equal(pads.begin(), pads.begin() + num_dims, pads.begin() + num_dims, pads.end());
return std::equal(
pads.begin(), pads.begin() + num_dims, pads.begin() + num_dims, pads.end());
}
};
......
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