"src/vscode:/vscode.git/clone" did not exist on "b57d60c0b7dc22be8b1d611033067d1f9bf6a1eb"
Commit c5c0e72a authored by Cjkkkk's avatar Cjkkkk Committed by chicm-ms
Browse files

export for default (#1883)

parent 9f40659d
......@@ -5,7 +5,7 @@ import logging
import torch
from .compressor import Quantizer, QuantGrad, QuantType
__all__ = ['NaiveQuantizer', 'QAT_Quantizer', 'DoReFaQuantizer']
__all__ = ['NaiveQuantizer', 'QAT_Quantizer', 'DoReFaQuantizer', 'BNNQuantizer']
logger = logging.getLogger(__name__)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment