batch-face-swap/annotator/uniformer/mmcv/arraymisc/__init__.py

5 lines
133 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .quantization import dequantize, quantize
__all__ = ['quantize', 'dequantize']