"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "48b39e06577ea0e662d02aae0ca599a41f964f1d"
Commit d6f13dd4 authored by Paul's avatar Paul
Browse files

Format

parent 8c756ffc
...@@ -51,7 +51,7 @@ struct unsqueeze ...@@ -51,7 +51,7 @@ struct unsqueeze
MIGRAPHX_THROW("UNSQUEEZE: Input must be a scalar"); MIGRAPHX_THROW("UNSQUEEZE: Input must be a scalar");
} }
if (steps.size() > axes.size()) if(steps.size() > axes.size())
MIGRAPHX_THROW("UNSQUEEZE: Steps provided with no axis"); MIGRAPHX_THROW("UNSQUEEZE: Steps provided with no axis");
std::size_t new_size = old_lens.size() + axes.size(); std::size_t new_size = old_lens.size() + axes.size();
......
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