提交 f6f7c9ff authored 作者: James Bergstra's avatar James Bergstra

tensor.basic - small correction to code comment

上级 1ed75690
......@@ -2273,7 +2273,7 @@ class Subtensor(Op):
and (idx.step is None or idx.step == 1):
outshp.append(xl)
else:
#No easy way to compute the shape
# Not implemented yet
outshp.append(shape_i(i)(node.outputs[0]))
i += 1
else:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论