提交 800085fe 编写于 作者: D dzhwinter 提交者: dongzhihong

fix typo

上级 2bceab0f
......@@ -161,7 +161,7 @@ static std::unique_ptr<OperatorBase> BackwardRecursive(
insert_add_out = name;
}
if (output_idx != 0) {
insert_add_y = name + "@SHARED@" + std::to_string(output_idx);
insert_add_y = name + "@SHARED@" + std::to_string(output_idx-1);
}
insert_position.push_back(
{dup_op.back(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册