提交 6809486e authored 作者: Frederic Bastien's avatar Frederic Bastien

small change to make highlight of code work correctly.

上级 1e46aabc
...@@ -985,7 +985,7 @@ def local_useless_rebroadcast(node): ...@@ -985,7 +985,7 @@ def local_useless_rebroadcast(node):
@gof.local_optimizer([T.Rebroadcast]) @gof.local_optimizer([T.Rebroadcast])
def local_rebroadcast_lift(node): def local_rebroadcast_lift(node):
""" """
"Lifts Rebroadcast through unary Elemwise operations, Lifts Rebroadcast through unary Elemwise operations,
and merges consecutive Rebroadcasts. and merges consecutive Rebroadcasts.
Rebroadcast(Elemwise(x)) => Elemwise(Rebroadcast(x)) Rebroadcast(Elemwise(x)) => Elemwise(Rebroadcast(x))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论