提交 12a571ec authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix confusing typo.

上级 376b91fd
...@@ -692,7 +692,7 @@ class GetItem2d(gof.op.Op): ...@@ -692,7 +692,7 @@ class GetItem2d(gof.op.Op):
"indexing into a sparse matrix is not supported. "), "indexing into a sparse matrix is not supported. "),
ind, ind.step) ind, ind.step)
# If start or step are None, make them a Generic constant # If start or stop are None, make them a Generic constant
# Else, they should be converted to Tensor Variables of # Else, they should be converted to Tensor Variables of
# dimension 1 and int/uint dtype. # dimension 1 and int/uint dtype.
if start is None: if start is None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论