提交 7552cf2a authored 作者: Yann N. Dauphin's avatar Yann N. Dauphin

added doc for sparse dot

上级 df5a1b4d
......@@ -43,6 +43,10 @@ grad?
constant. This function is called "structured_dot"
- theano.sparse.structured_dot and its grad (structured_dot_grad)
- theano.dot call it.
- dot(sparse, dense) and dot(dense, sparse) through transposition
- Dot
- performs the true dot
- dot(sparse, dense), dot(dense, sparse), dot(sparse, sparse)
Subtensor selection (aka. square-bracket notation, aka indexing) is not implemented, but the
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论