__init__.py 204 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .utils import TestNCNNExporter, TestOnnxRTExporter, TestTensorRTExporter

__all__ = ['TestTensorRTExporter', 'TestOnnxRTExporter', 'TestNCNNExporter']