__init__.py 173 Bytes
Newer Older
1
# Copyright (c) OpenMMLab. All rights reserved.
wuyuefeng's avatar
wuyuefeng committed
2
3
4
5
from .three_interpolate import three_interpolate
from .three_nn import three_nn

__all__ = ['three_nn', 'three_interpolate']