Update TensorFlow release notes about TensorFlow Lite breaking changes

PiperOrigin-RevId: 655691521
This commit is contained in:
A. Unique TensorFlower 2024-07-24 13:59:31 -07:00 committed by TensorFlower Gardener
parent fb4e7a9bad
commit 458cdad790

View File

@ -9,6 +9,10 @@
* <DOCUMENT BREAKING CHANGES HERE>
* <THIS SECTION SHOULD CONTAIN API, ABI AND BEHAVIORAL BREAKING CHANGES>
* `tf.lite`
* C API:
* An optional, fourth parameter was added `TfLiteOperatorCreate` as a step forward towards a cleaner API for `TfLiteOperator`. Function `TfLiteOperatorCreate` was added recently, in TensorFlow Lite version 2.17.0, released on 7/11/2024, and we do not expect there will be much code using this function yet. Any code breakages can be easily resolved by passing nullptr as the new, 4th parameter.
### Known Caveats
* <CAVEATS REGARDING THE RELEASE (BUT NOT BREAKING CHANGES).>