mmdeploy/tests/test_ops/__init__.py

5 lines
204 B
Python
Raw Normal View History

2021-11-30 15:00:37 +08:00
# Copyright (c) OpenMMLab. All rights reserved.
from .utils import TestNCNNExporter, TestOnnxRTExporter, TestTensorRTExporter
__all__ = ['TestTensorRTExporter', 'TestOnnxRTExporter', 'TestNCNNExporter']