JasonSmithSO's picture
Upload 564 files
0a3dbb2 verified
raw
history blame contribute delete
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']