theanhntp's picture
Upload 1064 files
c5bb928 verified
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']