mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-06 20:04:24 +08:00
* Update * Update * Fix * Update * Update * Update * Update * Fix * Update * Update * Update * Update * Fix lint * lint * Update * Update * lint fix * Fix CI * Fix * Fix CI * Update * Fix * Update * Update * resolve conflict * Fix CI Co-authored-by: Ubuntu <ubuntu@ip-172-31-31-136.us-west-2.compute.internal>
63 lines
1.0 KiB
ReStructuredText
63 lines
1.0 KiB
ReStructuredText
.. _apitransform-namespace:
|
|
|
|
dgl.transform
|
|
=============
|
|
|
|
.. currentmodule:: dgl.transform
|
|
.. automodule:: dgl.transform
|
|
|
|
BaseTransform
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: BaseTransform
|
|
:members: __call__, __repr__
|
|
:show-inheritance:
|
|
|
|
AddSelfLoop
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: AddSelfLoop
|
|
:show-inheritance:
|
|
|
|
RemoveSelfLoop
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: RemoveSelfLoop
|
|
:show-inheritance:
|
|
|
|
AddReverse
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: AddReverse
|
|
:show-inheritance:
|
|
|
|
ToSimple
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: ToSimple
|
|
:show-inheritance:
|
|
|
|
LineGraph
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: LineGraph
|
|
:show-inheritance:
|
|
|
|
KHopGraph
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: KHopGraph
|
|
:show-inheritance:
|
|
|
|
AddMetaPaths
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: AddMetaPaths
|
|
:show-inheritance:
|
|
|
|
KNNGraph
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: KNNGraph
|
|
:show-inheritance:
|