提交 19615299 authored 作者: Frederic's avatar Frederic

fix typo following code review.

上级 f3d9bc9c
...@@ -54,8 +54,8 @@ grad? ...@@ -54,8 +54,8 @@ grad?
this operation can be performed inplace by UsmmCscDense. This leads to this operation can be performed inplace by UsmmCscDense. This leads to
significant speed-ups. significant speed-ups.
- Subtensor - Subtensor
- sparse_varible[N, N], return a tensor scalar - sparse_variable[N, N], return a tensor scalar
- sparse_varible[M:N, O:P], return a sparse matrix - sparse_variable[M:N, O:P], return a sparse matrix
- Don't support [M, N:O] and [M:N, O] as we don't support sparse vector - Don't support [M, N:O] and [M:N, O] as we don't support sparse vector
and returning a sparse matrix would break the numpy interface. and returning a sparse matrix would break the numpy interface.
Use [M:M+1, N:O] and [M:N, O:O+1] instead. Use [M:M+1, N:O] and [M:N, O:O+1] instead.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论