@@ -158,12 +158,15 @@ We reserve the right to in future release changes to these APIs, potentially
158
158
including non-backwards-compatible changes, on a different schedule than for the
159
159
other TensorFlow Lite APIs. So we use a different version number for the
160
160
TensorFlow Lite Extension APIs than the version numbers for TensorFlow Lite or
161
- TensorFlow (which were described in the previous section). The version number
162
- for the TensorFlow Lite Extension APIs is currently the same as the version
163
- number for TensorFlow and TensorFlow Lite. But in future, they may diverge; for
164
- example, we may increment the major version number for the TensorFlow Lite
165
- Extension APIs without incrementing the major version number for TensorFlow
166
- Lite, or vice versa.
161
+ TensorFlow (which were described in the previous section). We are introducing
162
+ some new APIs in TensorFlow Lite version 2.15 to get the TensorFlow Lite
163
+ Extension APIs version (` TFLITE_EXTENSION_APIS_VERSION_STRING ` in
164
+ ` tensorflow/lite/version.h ` , and TfLiteExtensionApisVersion() in
165
+ ` tensorflow/lite/c/c_api.h ` ). The version number for the TensorFlow Lite
166
+ Extension APIs is currently the same as the version number for TensorFlow and
167
+ TensorFlow Lite. But in future, they may diverge; for example, we may increment
168
+ the major version number for the TensorFlow Lite Extension APIs without
169
+ incrementing the major version number for TensorFlow Lite, or vice versa.
167
170
168
171
The API surface that is covered by the TensorFlow Lite Extension APIs version
169
172
number is comprised of the following public APIs:
0 commit comments