Make quantization rewrites happen in place.
authorSuharsh Sivakumar <suharshs@google.com>
Thu, 8 Feb 2018 17:34:49 +0000 (09:34 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 8 Feb 2018 17:38:08 +0000 (09:38 -0800)
commita4f0b3afb631f40024996c16a8bf2a146fb3dc8c
tree9a31f840b68513e9ca6ce5bd6c5321c79f86eea9
parent14042ac29bc4838023ace0ce723598f35194f927
Make quantization rewrites happen in place.

If no graph is provided, then the default graph is used.

PiperOrigin-RevId: 185007107
tensorflow/contrib/quantize/BUILD
tensorflow/contrib/quantize/python/copy_graph.py [deleted file]
tensorflow/contrib/quantize/python/copy_graph_test.py [deleted file]
tensorflow/contrib/quantize/python/fold_batch_norms_test.py
tensorflow/contrib/quantize/python/quantize_graph.py
tensorflow/contrib/quantize/python/quantize_graph_test.py