pytorch/torch/quantization
Nikita Shulga f862a6ba4d
Remove unused Logger in get_matching_activations (#41023) (#41087)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/41023

Remove Logger in get_matching_activations since it's not used.
ghstack-source-id: 107237046

Test Plan:
buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_lstm_dynamic'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_lstm_dynamic'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_lstm_dynamic'
buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_conv_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_linear_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_linear_dynamic'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_conv_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_linear_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_submodule_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_functional_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_linear_dynamic'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_conv_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_linear_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_functional_static'
buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_linear_dynamic'

Differential Revision: D22394957

fbshipit-source-id: 7d59e0f35e9f4c304b8487460d48236ee6e5a872

Co-authored-by: Haixin Liu <haixin@fb.com>
2020-07-07 16:09:37 -07:00
..
__init__.py [quant][graphmode] Rename graph mode quantization API to quantize_jit (#40212) 2020-06-19 18:13:37 -07:00
_numeric_suite.py Remove unused Logger in get_matching_activations (#41023) (#41087) 2020-07-07 16:09:37 -07:00
default_mappings.py qat eager: remove unneeded modules (#40396) 2020-06-22 17:45:51 -07:00
fake_quantize.py graph mode qat: make fake_quantize scriptable (#39750) 2020-06-10 21:34:18 -07:00
fuse_modules.py [quant] Support for fused ConvBn1d and ConvBnRelu1d modules (#38452) (#38749) 2020-05-19 22:48:05 -07:00
observer.py [quant][bug] Histogram observer bug fix with min == max (#40310) 2020-06-22 10:05:10 -07:00
qconfig.py [quant] Enable reduce_range for graphmode (#39874) 2020-06-12 16:25:58 -07:00
quantize_jit.py Inplace construct of TorchScript Module and inplace option for quantization (#40750) 2020-07-02 10:22:45 -07:00
quantize.py [quant][graphmode] docstrings for top level APIs (#40328) 2020-06-19 22:20:23 -07:00
stubs.py Factored out the default mappings 2019-10-03 11:52:21 -07:00