pytorch/torch/ao/quantization/experimental
asl3 b91ff5e361 [quant] Remove unneeded lines from APoT linear (#82909)
### Summary
Remove unnecessary lines from APoT linear module

### Test Plan
Run unit tests with:` python /pytorch/test/quantization/core/experimental/test_linear.py`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82909
Approved by: https://github.com/jerryzh168
2022-08-08 11:30:24 +00:00
..
APoT_tensor.py [quant] Modify APoT nonuniform quantization workflow (#80075) 2022-06-27 14:54:06 +00:00
apot_utils.py [quant] Implement PTQ for APoT FakeQuant (#81040) 2022-07-28 07:21:31 +00:00
fake_quantize_function.py [quant] Implement forward and backward autograd functions for fake quantize (#81438) 2022-07-19 02:15:30 +00:00
fake_quantize.py [quant] Implement PTQ for APoT FakeQuant (#81040) 2022-07-28 07:21:31 +00:00
linear.py [quant] Remove unneeded lines from APoT linear (#82909) 2022-08-08 11:30:24 +00:00
observer.py Refactor quant levels visualization (#82790) 2022-08-04 22:28:50 +00:00
qconfig.py [quant] Implement PTQ for APoT FakeQuant (#81040) 2022-07-28 07:21:31 +00:00
quantizer.py [quant] Implement PTQ for APoT FakeQuant (#81040) 2022-07-28 07:21:31 +00:00