File size: 133 Bytes
b944fa1 |
1 2 3 4 5 |
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']
|
b944fa1 |
1 2 3 4 5 |
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']
|