mmdeploy/tests/test_ops/__init__.py

4 lines
118 B
Python

from .utils import TestOnnxRTExporter, TestTensorRTExporter
__all__ = ['TestTensorRTExporter', 'TestOnnxRTExporter']