提交 cfb12196 authored 作者: Vik Kamath's avatar Vik Kamath

renamed itertools.izip to izip

上级 3e84371d
...@@ -1283,7 +1283,7 @@ class Scan(PureOp): ...@@ -1283,7 +1283,7 @@ class Scan(PureOp):
outs[j][0] = output_storage[jout].storage[0] outs[j][0] = output_storage[jout].storage[0]
pos = [(idx + 1) % store for idx, store in pos = [(idx + 1) % store for idx, store in
itertools.izip(pos, store_steps)] izip(pos, store_steps)]
i = i + 1 i = i + 1
# 6. Check if you need to re-order output buffers # 6. Check if you need to re-order output buffers
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论