Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ddoc
/
con
like
0
Model card
Files
Files and versions
xet
Community
main
con
/
annotator
/
mmpkg
/
mmcv
/
arraymisc
/
__init__.py
ddoc
Upload 921 files
9855482
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.quantization
import
dequantize, quantize
__all__ = [
'quantize'
,
'dequantize'
]