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:
dgl.sparse
🆕 dgl.sparse
=================================
`dgl.sparse` is a library for sparse operators that are commonly used in GNN models.
......@@ -60,16 +60,17 @@ Sparse matrix class
[5, 5]]),
shape=(3, 3), nnz=5)
Creators
Creation Ops
````````
.. autosummary::
:toctree: ../../generated/
spmatrix
val_like
from_coo
from_csr
from_csc
val_like
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