Add quant-passes stubs. (#18151)
authorMikhail Zolotukhin <mvz@fb.com>
Tue, 26 Mar 2019 00:39:01 +0000 (17:39 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 26 Mar 2019 00:48:54 +0000 (17:48 -0700)
commit13b95eac550ddf28ac67625a2a1ba3fdaec3c923
treed0625b696adde8997eadfc2f779f140845cf9cbc
parent6a1a019c0ad63182ea10afa2e9fc52d38ec5eebc
Add quant-passes stubs. (#18151)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18151
ghimport-source-id: 7d12462971bdf3e5e26a3f150f1fcad05bba1a15

Stack from [ghstack](https://github.com/ezyang/ghstack):
* #18152 Initial implementation of InsertObserverNodes pass.
* **#18151 Add quant-passes stubs.**

gh-metadata: pytorch pytorch 18149 gh/zolotukhinm@gmail.com/1/head

Differential Revision: D14584224

fbshipit-source-id: b3d0b5ff797160d5ad23f91f732e627b0129086c
test/test_jit.py
tools/build_variables.py
torch/CMakeLists.txt
torch/csrc/jit/init.cpp
torch/csrc/jit/passes/quantization.cpp [new file with mode: 0644]
torch/csrc/jit/passes/quantization.h [new file with mode: 0644]