Add our own "global step" called quantization_step to avoid needing to reset the...
authorSuharsh Sivakumar <suharshs@google.com>
Fri, 9 Feb 2018 00:11:03 +0000 (16:11 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 9 Feb 2018 00:17:40 +0000 (16:17 -0800)
commit899b00b2dd594fc7772eb3917437a90256598e3d
tree308cb4e9c05710f016c21bd4cab22981155920ee
parent85bd37f98b5cc758f851f1c22a7a122175d60240
Add our own "global step" called quantization_step to avoid needing to reset the global step before running the graph rewrite.

PiperOrigin-RevId: 185068631
tensorflow/contrib/quantize/BUILD
tensorflow/contrib/quantize/python/common.py
tensorflow/contrib/quantize/python/common_test.py [new file with mode: 0644]
tensorflow/contrib/quantize/python/fold_batch_norms.py
tensorflow/contrib/quantize/python/quantize.py
tensorflow/contrib/quantize/python/quantize_parameterized_test.py