Lakshmanaraja's picture
Upload 481 files
9f8a8b4
raw
history blame contribute delete
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']