项目文件夹

文件
2022-10-08 14:16:12 +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 .edge_coarsening import *
from .fps import *