atatakun's picture
Upload 847 files
8683813
raw
history blame
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']