提交 1d266293 authored 作者: Frederic's avatar Frederic

Allow to reload old linker

上级 1390434a
......@@ -1075,3 +1075,8 @@ class VM_Linker(link.LocalLinker):
for output, storage in zip(fgraph.outputs, output_storage)],
thunks,
order)
def __setstate__(self, d):
self.__dict__.update(d)
if not hasattr(self, 'c_thunks'):
self.c_thunks = True
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论