The QuantizersSwitcher has a bug, where in the following situation, calling enable_quantizers() only once does not achieve the expected goal; it must be called twice:
- When the quantizers are all set to disable, calling disable_quantizers() again.
|
class QuantizersSwitcher: |