提交 1844c153 authored 作者: Iulian Vlad Serban's avatar Iulian Vlad Serban

Fixed Flake8 error.

上级 de940599
...@@ -4520,7 +4520,7 @@ def local_fill_cut(node): ...@@ -4520,7 +4520,7 @@ def local_fill_cut(node):
# Also, I doubt this optimization is being applied anywhere. # Also, I doubt this optimization is being applied anywhere.
# See my comment below. # See my comment below.
#if node.op != T.Elemwise: # if node.op != T.Elemwise:
# return False # return False
if (not isinstance(node.op, T.Elemwise)): if (not isinstance(node.op, T.Elemwise)):
return False return False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论