atatakun's picture
Duplicate from atatakun/testapp2
18dd6ad
raw
history blame
No virus
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']