mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
* reverse a graph
* Reverse a graph
* Fix
* Revert "Fix"
This reverts commit 1728826b4f.
* Fix
* Fix
* Delete vcs.xml
* Delete Project_Default.xml
* Fix
* Fix
* Fix
* Remove outdated test
* Reorg transform and update reverse (#2)
* Reorg transform and update reverse
* Fix doc and test
* Update test
* Resolve conflict
* CI oriented fix
* Remove outdated import
* Fix import
* Fix import
* define __all__ for wildcard imports
* Fix import
* Address circular imports
* Fix
* Fix test case
* Fix
* Fix
* Remove unused import
* Fix
* Fix
* Fix
13 lines
191 B
ReStructuredText
13 lines
191 B
ReStructuredText
.. _apigraph:
|
|
|
|
Transform -- Graph Transformation
|
|
=================================
|
|
|
|
.. automodule:: dgl.transform
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
line_graph
|
|
reverse
|