提交 06d83438 authored 作者: Frederic Bastien's avatar Frederic Bastien

small comment typo fix

上级 6ad08ddf
...@@ -7157,7 +7157,7 @@ def local_add_mul_fusion(node): ...@@ -7157,7 +7157,7 @@ def local_add_mul_fusion(node):
output = node.op(*new_inp) output = node.op(*new_inp)
copy_stack_trace(node.outputs[0], output) copy_stack_trace(node.outputs[0], output)
# Does the recursion here to help lower the number of # Do the recursion here to help lower the number of
# FusionOptimizer iteration. # FusionOptimizer iteration.
if output.owner: if output.owner:
output2 = local_add_mul_fusion(output.owner) output2 = local_add_mul_fusion(output.owner)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论