提交 d243b927 authored 作者: ChienliMa's avatar ChienliMa

reset commits

上级 e7480f6f
......@@ -1826,6 +1826,7 @@ class _Linker(gof.link.LocalLinker):
self.no_recycling = no_recycling
return self
def make_all(self, profiler=None, input_storage=None,
output_storage=None, storage_map=None):
# can't import at toplevel because of circular import TODO:
......
......@@ -255,7 +255,7 @@ class T_function(unittest.TestCase):
fgraph_ori = ori.maker.fgraph
fgraph_cpy = cpy.maker.fgraph
# assert intermediate and Constants storages are shared.
# assert intermediate and Constants storages are shared.
# and output stoarges are not shared
i_o_variables = fgraph_cpy.inputs + fgraph_cpy.outputs
ori_storages = storage_map_ori.values()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论