Skip to content

Commit

Permalink
Clarify that the TF Lite C API (specifically lite/c/c_api.h and lite/…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
fergushenderson authored and copybara-github committed Aug 31, 2023
1 parent 96c420c commit e2665f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site/en/guide/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,13 @@ patch versions. The public APIs consist of
other than to fix vulnerabilities), but they do fall under our compatibility
guarantees.

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

* The TensorFlow Lite C API:
* [tensorflow/lite/c/c_api.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/c_api.h)
* [tensorflow/lite/c/c_api_types.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/c_api_types.h).

* The following protocol buffer files:

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

0 comments on commit e2665f3

Please sign in to comment.