mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
5 lines
204 B
Python
5 lines
204 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .utils import TestNCNNExporter, TestOnnxRTExporter, TestTensorRTExporter
|
|
|
|
__all__ = ['TestTensorRTExporter', 'TestOnnxRTExporter', 'TestNCNNExporter']
|