Commit Graph

6 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
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
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