mirror of
https://github.com/open-mmlab/mmrazor.git
synced 2025-06-03 15:02:54 +08:00
5 lines
123 B
Python
5 lines
123 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .set_torch_thread import SetTorchThread
|
||
|
|
||
|
__all__ = ['SetTorchThread']
|