Files
dmlc--dgl/python/dgl/geometry/__init__.py
T
2026-07-13 13:35:51 +08:00

13 lines
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 *