提交 f380577a authored 作者: Ramana.S's avatar Ramana.S

Fixed pep8

上级 b75fc56a
...@@ -517,7 +517,7 @@ class FromFunctionOp(gof.Op): ...@@ -517,7 +517,7 @@ class FromFunctionOp(gof.Op):
def __str__(self): def __str__(self):
return 'FromFunctionOp{%s}' % self.__fn.__name__ return 'FromFunctionOp{%s}' % self.__fn.__name__
def perform(self, node, inputs, outputs): def perform(self, node, inputs, outputs):
outs = self.__fn(*inputs) outs = self.__fn(*inputs)
if not isinstance(outs, (list, tuple)): if not isinstance(outs, (list, tuple)):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论