mmdeploy/mmdeploy/pytorch/__init__.py
2021-11-30 15:00:37 +08:00

4 lines
130 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .functions import * # noqa: F401,F403
from .ops import * # noqa: F401,F403