"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "e178158616012f2e3bc83e28457127ce6dc0cf03"
Unverified Commit 050798e9 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

Update dgl.sparse rst. (#5201)



* dgl

* blabla
Co-authored-by: default avatarSteve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
parent 535f4b29
.. _apibackend: .. _apibackend:
dgl.sparse 🆕 dgl.sparse
================================= =================================
`dgl.sparse` is a library for sparse operators that are commonly used in GNN models. `dgl.sparse` is a library for sparse operators that are commonly used in GNN models.
...@@ -60,16 +60,17 @@ Sparse matrix class ...@@ -60,16 +60,17 @@ Sparse matrix class
[5, 5]]), [5, 5]]),
shape=(3, 3), nnz=5) shape=(3, 3), nnz=5)
Creators Creation Ops
```````` ````````
.. autosummary:: .. autosummary::
:toctree: ../../generated/ :toctree: ../../generated/
spmatrix
val_like
from_coo from_coo
from_csr from_csr
from_csc from_csc
val_like
Attributes and methods Attributes and methods
`````````````````````` ``````````````````````
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment