提交 5f89fb9c authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix docstring

上级 ff2885a8
......@@ -1578,7 +1578,7 @@ local_elemwise_alloc = register_specialize(
def local_fill_sink(node):
"""
f(fill(a, b), fill(c, d), e) -> fill(a, fill(c, f(b, d, e)))
f(fill(a, b), fill(c, d), e) -> fill(c, fill(a, f(b, d, e)))
f need to be an elemwise
"""
if (not hasattr(node, 'op') or
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论