Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
44bcb3f8
Unverified
Commit
44bcb3f8
authored
Jun 08, 2023
by
czkkkkkk
Committed by
GitHub
Jun 08, 2023
Browse files
[Doc] Cleanup DiagMatrix related definitions. (#5836)
parent
b6f774cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
41 deletions
+2
-41
docs/source/api/python/dgl.sparse_v0.rst
docs/source/api/python/dgl.sparse_v0.rst
+2
-41
No files found.
docs/source/api/python/dgl.sparse_v0.rst
View file @
44bcb3f8
...
...
@@ -33,6 +33,8 @@ Creation Ops
from_coo
from_csr
from_csc
diag
identity
Attributes and methods
``````````````````````
...
...
@@ -71,47 +73,6 @@ Attributes and methods
SparseMatrix.smean
SparseMatrix.softmax
Diagonal matrix class
-------------------------
.. currentmodule:: dgl.sparse
.. class:: DiagMatrix
Creators
````````
.. autosummary::
:toctree: ../../generated/
diag
identity
Attributes and methods
``````````````````````
.. autosummary::
:toctree: ../../generated/
DiagMatrix.shape
DiagMatrix.nnz
DiagMatrix.dtype
DiagMatrix.device
DiagMatrix.val
DiagMatrix.to_sparse
DiagMatrix.to_dense
DiagMatrix.to
DiagMatrix.cuda
DiagMatrix.cpu
DiagMatrix.float
DiagMatrix.double
DiagMatrix.int
DiagMatrix.long
DiagMatrix.transpose
DiagMatrix.t
DiagMatrix.T
DiagMatrix.neg
DiagMatrix.inv
Operators
---------
.. currentmodule:: dgl.sparse
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment