提交 16dc7e64 authored 作者: Hengjean's avatar Hengjean

Added documentation

上级 dbf6d673
......@@ -153,8 +153,12 @@ List of Implemented Operations
- Basic Arithmetic
- :class:`Neg <theano.sparse.basic.Neg>`.
The grad implemented is regular.
- :class:`equal <theano.sparse.basic.equal>`.
- :class:`notEqual <theano.sparse.basic.notEqual>`.
- :func:`eq <theano.sparse.basic.eq>`.
- :func:`neq <theano.sparse.basic.neq>`.
- :func:`gt <theano.sparse.basic.gt>`.
- :func:`ge <theano.sparse.basic.ge>`.
- :func:`lt <theano.sparse.basic.lt>`.
- :func:`le <theano.sparse.basic.le>`.
- :func:`add <theano.sparse.basic.add>`.
The grad implemented is regular.
- :func:`sub <theano.sparse.basic.sub>`.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论