提交 9c442dbf authored 作者: Mohammad Pezeshki's avatar Mohammad Pezeshki

Typo fixed

上级 9856211f
...@@ -3109,10 +3109,8 @@ class Composite(ScalarOp): ...@@ -3109,10 +3109,8 @@ class Composite(ScalarOp):
for i, r in enumerate(self.fgraph.variables): for i, r in enumerate(self.fgraph.variables):
if r not in io and len(r.clients) > 1: if r not in io and len(r.clients) > 1:
r.name = 't%i' % i r.name = 't%i' % i
rval = "Composite{%s}" % 'MMM' rval = "Composite{%s}" % ', '.join([pprint(output) for output
print pprint(self.fgraph.outputs) in self.fgraph.outputs])
#', '.join([pprint(output) for output
# in self.fgraph.outputs])
self.name = rval self.name = rval
def init_fgraph(self): def init_fgraph(self):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论