aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization/README.md
blob: 826e8db2d3a3201956f216be15bea7549c1e9f1e (plain)
1
2
3
4
5
6
7
The contrib/quantization package exposes a few TensorFlow quantization operations.

If you are looking for quantized training rewrites that allow for training
quantized models that work with
[TensorFlow Lite](https://www.tensorflow.org/lite/), you should look at
the [contrib/quantize](https://www.tensorflow.org/api_docs/python/tf/contrib/quantize)
package.