提交 8677225f authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Rewrote explanation for SparseType

上级 46b27fd4
...@@ -275,6 +275,7 @@ pointers to the relevant documentation. ...@@ -275,6 +275,7 @@ pointers to the relevant documentation.
:class:`here <theano.gof.type.CDataType>`. :class:`here <theano.gof.type.CDataType>`.
* SparseType : Theano type used to represent sparse tensors. There is no * SparseType : Theano type used to represent sparse tensors. There is no
equivalent C type for this Theano Type but Theano provides functions equivalent C type for this Theano Type but you can split a sparse
to extract the data from SparseType variables. The documentation for variable into its parts as TensorVariables. Those can then be used as
Ops that rely on SparseType can be found :ref:`here <sparse_ops>`. inputs to an op with C code. The documentation for ops that rely on
SparseType can be found :ref:`here <sparse_ops>`.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论