提交 ee947ae8 authored 作者: Razvan Pascanu's avatar Razvan Pascanu 提交者: Razvan Pascanu

fixed error in structured text

上级 902ff4d2
...@@ -292,8 +292,11 @@ class Scan(PureOp): ...@@ -292,8 +292,11 @@ class Scan(PureOp):
str(outer_mitmot), str(outer_mitmot),
argoffset + idx, argoffset + idx,
outer_mitmot.type.dtype, outer_mitmot.type.dtype,
outer_mitmot.type.ndim,
str(inner_mitmot[ipos + k]), str(inner_mitmot[ipos + k]),
inner_mitmot[ipos + k].type.dtype)) inner_mitmot[ipos +
k].type.dtype,
inner_mitmot[ipos + k].type.ndim))
ipos += len(itaps) ipos += len(itaps)
for k in xrange(len(otaps)): for k in xrange(len(otaps)):
if (inner_mitmot_outs[opos + k].type.dtype != \ if (inner_mitmot_outs[opos + k].type.dtype != \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论