提交 1245e3c6 authored 作者: Faruk Ahmed's avatar Faruk Ahmed 提交者: Frederic Bastien

forgot to add PEP8 corrected link.py

上级 3c755c69
......@@ -824,9 +824,9 @@ class PerformLinker(LocalLinker):
# Note : ops that implement their own make thunk don't usually
# have this attribute defiend !!
thunks += [node.op.make_py_thunk(node,
storage_map,
compute_map,
no_recycling)]
storage_map,
compute_map,
no_recycling)]
thunks[-1].inputs = [storage_map[v] for v in node.inputs]
thunks[-1].outputs = [storage_map[v] for v in node.outputs]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论