提交 ad374dfc authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix comment typo

上级 6fcc93a9
...@@ -609,7 +609,7 @@ class MergeFeature(object): ...@@ -609,7 +609,7 @@ class MergeFeature(object):
if node.inputs: if node.inputs:
# Take the smallest clients list. Some ops like elemwise # Take the smallest clients list. Some ops like elemwise
# have optimization that put constant as the first inputs. # have optimization that put constant as the first inputs.
# As constant have in general more clients then other type of nodes # As constant have in general more clients than other type of nodes
# using always inputs[0] make us look at more nodes. # using always inputs[0] make us look at more nodes.
# Always pick the smallest clints list between inputs 0 # Always pick the smallest clints list between inputs 0
# and -1 speed up optimization. # and -1 speed up optimization.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论