Skip to content

Commit

Permalink
Update is_dot
Browse files Browse the repository at this point in the history
  • Loading branch information
tongxin committed Apr 13, 2022
1 parent e9d5182 commit 87b3e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/autograd/primx.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def vars_on_path(xs, ys, block=None):

for op in topo_path(xs, ys, block):
if op not in sink_ops:
for out in get_output_vars(op)
for out in get_output_vars(op):
vars[id(out)] = out

return vars
Expand Down

0 comments on commit 87b3e9d

Please sign in to comment.