提交 75c421ed authored 作者: ChienliMa's avatar ChienliMa

fix a typo

上级 b4b82e6b
...@@ -1232,7 +1232,7 @@ class GetItem2d(gof.op.Op): ...@@ -1232,7 +1232,7 @@ class GetItem2d(gof.op.Op):
tensor.discrete_dtypes): tensor.discrete_dtypes):
raise ValueError(( raise ValueError((
"Impossible to index into a sparse matrix with " "Impossible to index into a sparse matrix with "
"slice where start=%s" % step), "slice where step=%s" % step),
step.ndim, step.dtype) step.ndim, step.dtype)
if start is None: if start is None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论