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

fix doc generation warning.

上级 18895b09
...@@ -160,7 +160,8 @@ List of Implemented Operations ...@@ -160,7 +160,8 @@ List of Implemented Operations
The grad implemented is structured. The grad implemented is structured.
- Monoid (Element-wise operation with only one sparse input). - Monoid (Element-wise operation with only one sparse input).
`They all have a structured grad.` `They all have a structured grad.`
- ``structured_sigmoid`` - ``structured_sigmoid``
- ``structured_exp`` - ``structured_exp``
- ``structured_log`` - ``structured_log``
...@@ -217,14 +218,16 @@ List of Implemented Operations ...@@ -217,14 +218,16 @@ List of Implemented Operations
The grad implemented is regular. The grad implemented is regular.
- Probability - Probability
`There is no grad implemented for these operations.` `There is no grad implemented for these operations.`
- :class:`Poisson <theano.sparse.basic.Poisson>` and ``poisson`` - :class:`Poisson <theano.sparse.basic.Poisson>` and ``poisson``
- :class:`Binomial <theano.sparse.basic.Binomial>` and ``csc_fbinomial``, ``csc_dbinomial`` - :class:`Binomial <theano.sparse.basic.Binomial>` and ``csc_fbinomial``, ``csc_dbinomial``
``csr_fbinomial``, ``csr_dbinomial`` ``csr_fbinomial``, ``csr_dbinomial``
- :class:`Multinomial <theano.sparse.basic.Multinomial>` and ``multinomial`` - :class:`Multinomial <theano.sparse.basic.Multinomial>` and ``multinomial``
- Internal Representation - Internal Representation
`They all have a regular grad implemented.` `They all have a regular grad implemented.`
- :class:`EnsureSortedIndices <theano.sparse.basic.EnsureSortedIndices>` and ``ensure_sorted_indices`` - :class:`EnsureSortedIndices <theano.sparse.basic.EnsureSortedIndices>` and ``ensure_sorted_indices``
- :class:`Remove0 <theano.sparse.basic.Remove0>` and ``remove0`` - :class:`Remove0 <theano.sparse.basic.Remove0>` and ``remove0``
- :func:`clean <theano.sparse.basic.clean>` to resort indices and remove zeros - :func:`clean <theano.sparse.basic.clean>` to resort indices and remove zeros
......
...@@ -8,7 +8,7 @@ Advanced Topics (under construction) ...@@ -8,7 +8,7 @@ Advanced Topics (under construction)
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
fgraph fg
compilation compilation
ccodegen ccodegen
function function
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论