Announcement about deprecating tf lite within TF.

PiperOrigin-RevId: 777736971
This commit is contained in:
Francisco Unda 2025-06-30 15:14:38 -07:00 committed by TensorFlower Gardener
parent e2ee8cf718
commit 58bae0da4e

View File

@ -48,6 +48,10 @@
* `tf.data`
* Adds `autotune.min_parallelism` to `tf.data.Options` to enable faster
input pipeline warm up.
* `tf.lite`
* tf.lite will be deprecated, in favor of the new repo
https://github.com/google-ai-edge/LiteRT.
* The duplicated source will also be removed from the TF repo.
### Bug Fixes and Other Changes