Commit Graph

4 Commits

Author SHA1 Message Date
A. Unique TensorFlower
92122d1818 - Add post_training_quantization to index under how it works
- Add post_training_quantization to devguide as an optional step
- Add GPU dev preview to index as an update
- Remove testimonials

PiperOrigin-RevId: 229823165
2019-01-17 15:43:14 -08:00
Billy Lamberta
3cbc2f1c95 Update lite for contrib move
PiperOrigin-RevId: 221206491
2018-11-12 21:00:04 -08:00
A. Unique TensorFlower
54c7d9e64b Update TensorFlow Lite 'Updates' section with 'AI in Motion'
PiperOrigin-RevId: 220476495
2018-11-07 09:39:21 -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