项目文件夹

文件
Israt Nisa cf03592743 Move mock version of dgl_sparse library to DGL main repo (#4524)
* 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>
2022-09-14 12:08:20 -04:00

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: