提交 abfbff2c authored 作者: Frederic's avatar Frederic

python 3 fixes. Otherwise we tests too much stuff in DebugMode.

上级 a4643310
......@@ -1630,7 +1630,7 @@ class _Linker(gof.link.LocalLinker):
thunks_py.append(None)
# If the op define its own make_thunk, check it
if node.op.make_thunk.im_func not in default_make_thunk:
if get_unbound_function(node.op.make_thunk) not in default_make_thunk:
compute_map = {}
for k in node.inputs:
compute_map[k] = [True]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论