dmlc--dgl
cf03592743
* init * Add api doc for sparse library * support op btwn matrices with differnt sparsity * Fixed docstring * addresses comments * lint check * change keyword format to fmt Co-authored-by: Israt Nisa <nisisrat@amazon.com>
16 行
452 B
ReStructuredText
16 行
452 B
ReStructuredText
.. _apibackend:
|
|
|
|
dgl.mock_sparse
|
|
=================================
|
|
|
|
`dgl_sparse` is a library for sparse operators that are commonly used in GNN models.
|
|
|
|
.. warning::
|
|
This is an experimental package. The sparse operators provided in this library do not guarantee the same performance as their message-passing api counterparts.
|
|
|
|
Sparse matrix class
|
|
-------------------------
|
|
.. currentmodule:: dgl.mock_sparse
|
|
|
|
.. autoclass:: SparseMatrix
|
|
:members: |