Commit Graph

11 Commits

Author SHA1 Message Date
Gregory Clark
a628c339c5 Minor TF Lite documentation updates.
PiperOrigin-RevId: 314643633
Change-Id: Ieaa82849c35d1071d6a750b60c72ca08c47a0db7
2020-06-03 18:30:34 -07:00
Alan Chiao
14da8c0f32 Remove dead link to "quantization".
What it pointed to previously (TFMOT post-training docs) didn't provide additional useful information beyond this paragraph itself. For more on "what quantization is", the available information is available as people need it (when they use the different forms of quantization tools)

PiperOrigin-RevId: 313424121
Change-Id: Idd1014d9fcdd3ea415ee07f3630d52a96f714f39
2020-05-27 11:10:15 -07:00
Sachin Joglekar
4001e3dad3 Updates GPU delegate documentation with experimental quant support
PiperOrigin-RevId: 312165090
Change-Id: I8fb624f71101fce6a379ed24f6002f8f4b60245d
2020-05-18 15:27:21 -07:00
Alan Chiao
734594bee9 After quantization-aware training launch: documentation updates.
PiperOrigin-RevId: 305804204
Change-Id: I4860198347ed3135128ec9b17d9153e70a4e81ee
2020-04-09 18:44:38 -07:00
Suharsh Sivakumar
6ae6b65d2f Update docs to refer to dynamic-range quantization universally.
PiperOrigin-RevId: 301440536
Change-Id: Ie54aba7649aed76d9c6e61e4e4a37cd07ffab82b
2020-03-17 13:30:01 -07:00
Khanh LeViet
4783a85dec Minor TF Lite doc update
PiperOrigin-RevId: 300461356
Change-Id: I850174418d894144f58d46844ad74b9ef16bf5be
2020-03-11 19:52:56 -07:00
Alan Chiao
52cb8b80c6 Point Tensorflow Lite users to new Model Optimization Toolkit page.
PiperOrigin-RevId: 251305389
2019-06-03 15:33:17 -07:00
Jared Duke
07714683be Update performance numbers for MobileNetV1/MobileNetV2/Inception
These models have seen a ~20-30% latency improvement over the past
several months. Update the documented numbers accordingly.

PiperOrigin-RevId: 236904410
2019-03-05 13:05:24 -08:00
Shashi Shekhar
1d697c7e5c Fix link.
PiperOrigin-RevId: 236668031
2019-03-04 09:40:55 -08:00
Alan Chiao
f4538efba3 Update tf-mot docs.
PiperOrigin-RevId: 236030690
2019-02-27 19:10:04 -08:00
Austin Anderson
61c6c84964 Migrate TensorFlow Lite out of tensorflow/contrib
This change moves //tensorflow/contrib/lite to //tensorflow/lite in preparation
for TensorFlow 2.0's deprecation of contrib/. If you refer to TF Lite build
targets or headers, you will need to update them manually. If you use TF Lite
from the TensorFlow python package, "tf.contrib.lite" now points to "tf.lite".
Please update your imports as soon as possible.

For more details, see https://groups.google.com/a/tensorflow.org/forum/#!topic/tflite/iIIXOTOFvwQ

@angersson and @aselle are conducting this migration. Please contact them if
you have any further questions.

PiperOrigin-RevId: 219536476
2018-10-31 14:20:28 -07:00