"vscode:/vscode.git/clone" did not exist on "360772808791084ed180913cff86fbc1a3fa5ac9"
__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']