[quant] ao migration of observer and qconfig (#64982)
authorCharles David Hernandez <cdhernandez@fb.com>
Thu, 16 Sep 2021 17:31:21 +0000 (10:31 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 16 Sep 2021 17:33:16 +0000 (10:33 -0700)
commitf309f8fbd4b9fe47039309acbc08043df056d2be
tree0847131c0de6b802cddb791bd6f3cce10f4ea3c3
parent97e86cf3197823cc598e6380ed47bcc385e50077
[quant] ao migration of observer and qconfig (#64982)

Summary:
(Had to recreate this diff so it wasn't dependent on the stack)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/64982

migration of qconfig.py and observer.py to torch/ao/quantization using new test format
ghstack-source-id: 138215256

Test Plan:
buck test mode/opt //caffe2/test:quantization

https://www.internalfb.com/intern/testinfra/testconsole/testrun/8444249354294701/

buck test mode/dev //caffe2/test:quantization -- TestAOMigrationQuantization

https://www.internalfb.com/intern/testinfra/testrun/3940649742829796

Reviewed By: z-a-f

Differential Revision: D30982534

fbshipit-source-id: 48d08969b1984311ceb036eac0877c811cd6add9
test/quantization/ao_migration/test_quantization.py
torch/ao/quantization/observer.py [new file with mode: 0644]
torch/ao/quantization/qconfig.py [new file with mode: 0644]
torch/quantization/observer.py
torch/quantization/qconfig.py