__init__.py 119 Bytes
Newer Older
pppppM's avatar
pppppM committed
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .linear import WeightOnlyQLinear

__all__ = ['WeightOnlyQLinear']