提交 9c7fdaee authored 作者: Frederic's avatar Frederic

Fix StructuredDot doc about its grad.

上级 c6c7aba4
...@@ -208,7 +208,10 @@ List of Implemented Operations ...@@ -208,7 +208,10 @@ List of Implemented Operations
- The first input is sparse, the second can be sparse or dense. - The first input is sparse, the second can be sparse or dense.
- The grad implemented is structured. - The grad implemented is structured.
- C code for perform and grad. - C code for perform and grad.
- Return a dense for perforn and a sparse for grad. - Return for perform a sparse if both inputs are sparse and
dense if one of them is dense.
- Return a sparse grad for sparse inputs and dense grad for
dense inputs.
- :class:`TrueDot <theano.sparse.basic.TrueDot>` and - :class:`TrueDot <theano.sparse.basic.TrueDot>` and
:func:`true_dot <theano.sparse.basic.true_dot>`. :func:`true_dot <theano.sparse.basic.true_dot>`.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论