提交 253441b5 编写于 作者: Y Yancey1989

fix duplicate lr op after distribute transpiler

上级 41a9146d
......@@ -1115,4 +1115,6 @@ class DistributeTranspiler:
for op2 in find_ops:
if ufind.is_connected(op1, op2):
lr_ops.append(op1)
# we only need to append op for once
break
return lr_ops
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册