提交 adb59d47 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Fixed previous typo fix that gave wrong meaning

上级 ef729036
...@@ -85,8 +85,8 @@ Another difference is that you need to use ``SparseVariable`` and ...@@ -85,8 +85,8 @@ Another difference is that you need to use ``SparseVariable`` and
``SparseType`` instead of ``TensorVariable`` and ``TensorType``. ``SparseType`` instead of ``TensorVariable`` and ``TensorType``.
Do not forget that we support only sparse matrices (so only 2 dimensions) Do not forget that we support only sparse matrices (so only 2 dimensions)
and they do not support broadcasting operations by default, whereas SciPy sparse and (like in SciPy) they do not support broadcasting operations by default
matrix class does (but a few Ops do it when called manually). Also, we support only two (although a few Ops do it when called manually). Also, we support only two
formats for sparse type: ``csr`` and ``csc``. So in ``make_mode()``, formats for sparse type: ``csr`` and ``csc``. So in ``make_mode()``,
you can create output variables like this: you can create output variables like this:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论