aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-09-20 18:07:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-20 18:11:16 -0700
commit7d18cafbe79aecb0f5d703270771b9207866d886 (patch)
tree79ea4fe6f0d5916470ad75aec665166c3db14224 /tensorflow/contrib/quantization
parent9c81bb7308b0cbec609aa0d9c7a4bed7c4545111 (diff)
Update links to tf lite site.
PiperOrigin-RevId: 213917881
Diffstat (limited to 'tensorflow/contrib/quantization')
-rw-r--r--tensorflow/contrib/quantization/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/quantization/README.md b/tensorflow/contrib/quantization/README.md
index 359950aaf3..826e8db2d3 100644
--- a/tensorflow/contrib/quantization/README.md
+++ b/tensorflow/contrib/quantization/README.md
@@ -2,6 +2,6 @@ The contrib/quantization package exposes a few TensorFlow quantization operation
If you are looking for quantized training rewrites that allow for training
quantized models that work with
-[TensorFlow Lite](https://www.tensorflow.org/mobile/tflite/), you should look at
+[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.