Commit Graph

18 Commits

Author SHA1 Message Date
Brian Atkinson
87663eecd0 Small adjustments on import spacing.
This is mostly the result of an internal cleanup and formatting pass.

PiperOrigin-RevId: 286480567
Change-Id: I618a77590ff607edbc93fc503190701b490aa0ad
2019-12-19 16:00:05 -08:00
Hye Soo Yang
bce28ef8f8 PY3 migration - Set py targets to "PY3" in tensorflow/lite/...
PiperOrigin-RevId: 284900555
Change-Id: I73157bf2570d2f66600bffc2cf31c42ac8de4cc5
2019-12-10 19:46:00 -08:00
A. Unique TensorFlower
76d460fd95 Update links from official/mnist to official/r1/mnist.
PiperOrigin-RevId: 281690010
Change-Id: I9b8694e61b6af4c396c693c1098d999e78a8c537
2019-11-21 00:26:41 -08:00
T.J. Alumbaugh
20f7886890 Update post-training quantization docs for float16
PiperOrigin-RevId: 261369284
2019-08-02 13:09:57 -07:00
TensorFlower Gardener
5c6ff74137 Merge pull request from siju-samuel:lite_deprecated_tfrun_removal
PiperOrigin-RevId: 258244067
2019-07-15 15:05:26 -07:00
Siju Samuel
4fd659ec99 Deprecated tf.app.run removed in mnist_tflite.py 2019-07-11 08:50:48 +05:30
Siju Samuel
6de3421b2e Deprecated tf.session removed in mnist_tflite.py 2019-07-10 14:42:30 +05:30
jefby
2039437a8a Update correct post_training_integer_quant colab and github url
Signed-off-by: jefby <jef199006@gmail.com>
2019-06-15 06:56:49 +08:00
Suharsh Sivakumar
1420fab37b rename post-training integer quantization colab
PiperOrigin-RevId: 250388743
2019-05-28 21:06:18 -07:00
A. Unique TensorFlower
e44f32560d Apply 'buildozer fix moveLicensesAndDistribs movePackageToTop' to all BUILD files.
PiperOrigin-RevId: 249812574
2019-05-24 04:53:01 -07:00
Suharsh Sivakumar
1bb6236372 Full integer post training quant colab.
PiperOrigin-RevId: 248605293
2019-05-16 15:14:10 -07:00
Gunhan Gulsoy
0d2442c867 n/a
PiperOrigin-RevId: 248282244
2019-05-15 00:22:04 -07:00
Jiri Simsa
90b2e3411f Automated rollback of commit 3bd15c9e72
PiperOrigin-RevId: 244915500
2019-04-23 15:29:23 -07:00
A. Unique TensorFlower
3bd15c9e72 n/a
PiperOrigin-RevId: 244895975
2019-04-23 14:43:59 -07:00
Shashi Shekhar
95e1847a2e Update post training quantization tutorial to use converter optimize API.
PiperOrigin-RevId: 234865245
2019-02-20 14:12:06 -08:00
Nupur Garg
0ed0aecc5c Minor fixes to TFLite documentation.
PiperOrigin-RevId: 224192479
2018-12-05 11:44:26 -08:00
Derek Murray
e2b36c5026 [tf.data] Remove Dataset.make_one_shot_iterator() from the V2 API.
Add `tf.compat.v1.data.make_one_shot_iterator(dataset)` to enable the use of V2
`Dataset` objects in a legacy V1 pipeline.

PiperOrigin-RevId: 223896743
2018-12-03 17:56:49 -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