Skip to content

Commit

Permalink
Fix formatting error in versions.md.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 611531167
  • Loading branch information
fergushenderson authored and copybara-github committed Feb 29, 2024
1 parent 8b36191 commit 0656582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/en/guide/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,10 @@ incrementing the major version number for TensorFlow Lite, or vice versa.
The API surface that is covered by the TensorFlow Lite Extension APIs version
number is comprised of the following public APIs:

```
* [tensorflow/lite/c/c_api_opaque.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/c_api_opaque.h)
* [tensorflow/lite/c/common.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/common.h)
* [tensorflow/lite/c/builtin_op_data.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/builtin_op_data.h)
* [tensorflow/lite/builtin_ops.h](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/builtin_ops.h)
```

Again, experimental symbols are not covered; see [below](#not_covered) for
details.
Expand Down

0 comments on commit 0656582

Please sign in to comment.