未验证 提交 b66360b8 编写于 作者: H HappyAngel 提交者: GitHub

fix format. test=develop

上级 99a45f36
......@@ -68,7 +68,7 @@ void ConcatCompute::Run() {
axis = axis_tensor_data[0];
}
if (axis < 0) {
axis += inputs[i]->dims().size();
axis += inputs[0]->dims().size();
}
switch (inputs.front()->precision()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册