__init__.py 118 Bytes
Newer Older
pppppM's avatar
pppppM committed
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .quantizer import WeightQuantizer

__all__ = ['WeightQuantizer']