提交 211a3307 authored 作者: Frederic's avatar Frederic

fix missing import.

上级 812db45f
...@@ -1272,7 +1272,7 @@ def gpu_scan_make_inplace(node): ...@@ -1272,7 +1272,7 @@ def gpu_scan_make_inplace(node):
n_outs = len(ls) n_outs = len(ls)
for idx in xrange(n_outs): for idx in xrange(n_outs):
if ls[idx] in ls[:idx]: if ls[idx] in ls[:idx]:
ls[idx] = deep_copy_op(ls[idx]) ls[idx] = compile.function_module.deep_copy_op(ls[idx])
inputs = ls_begin + ls + ls_end inputs = ls_begin + ls + ls_end
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论