项目文件夹

文件
Tong He 972a9f1323 [Doc] Re-organize the code for dgl.geometry, and expose it in the doc (#2982)
* reorg and expose dgl.geometry

* fix lint

* fix test

* fix
2021-06-07 11:19:39 +08:00

13 行
329 B
Python

"""The ``dgl.geometry`` package contains geometry operations:
* Farthest point sampling for point cloud sampling
* Neighbor matching module for graclus pooling
.. note::
This package is experimental and the interfaces may be subject
to changes in future releases.
"""
from .fps import *
from .edge_coarsening import *