Robert001's picture
first commit
b334e29
raw
history blame
No virus
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']