Skip to content

Commit e2665f3

Browse files
fergushendersoncopybara-github
authored andcommitted
Clarify that the TF Lite C API (specifically lite/c/c_api.h and lite/c/c_api_types.h) is part of the TensorFlow API surface for the purpose of semantic versioning.
Previously, the documentation here referred only to the "TensorFlow C API", and it was not clear whether or not this was intended to include the TF Lite C API. PiperOrigin-RevId: 561603524
1 parent 96c420c commit e2665f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

site/en/guide/versions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ patch versions. The public APIs consist of
5656
other than to fix vulnerabilities), but they do fall under our compatibility
5757
guarantees.
5858

59-
* The [C API](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/c_api.h).
59+
* The TensorFlow C API:
60+
* [tensorflow/c/c_api.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/c_api.h))
6061

62+
* The TensorFlow Lite C API:
63+
* [tensorflow/lite/c/c_api.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/c_api.h)
64+
* [tensorflow/lite/c/c_api_types.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/c_api_types.h).
65+
6166
* The following protocol buffer files:
6267

6368
* [`attr_value`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/attr_value.proto)

0 commit comments

Comments
 (0)