Create the Java API doc section on tensorflow.org

PiperOrigin-RevId: 316922276
Change-Id: I1fd4458017daecfd7256313480a4b3d1602a9310
This commit is contained in:
Lu Wang 2020-06-17 10:58:32 -07:00 committed by TensorFlower Gardener
parent 2ba59dab2c
commit f8fd28e4a0
2 changed files with 5 additions and 3 deletions

View File

@ -198,6 +198,8 @@ upper_tabs:
- title: "Overview"
status: external
path: /api_docs/python/tf/lite
- heading: "Android (Java)"
- include: /lite/api_docs/java/_toc.yaml
- heading: "C++"
- title: Overview
path: /lite/api_docs/cc/

View File

@ -4,7 +4,7 @@ The API reference documentation provides detailed information for each of the
classes and methods in the TensorFlow Lite library. Choose your preferred
platform from the list below.
* [Python API reference](/api_docs/python/tf/lite)
* Android API reference (coming soon)
* [Python API reference](https://tensorflow.org/api_docs/python/tf/lite)
* [Android (Java) API reference](https://tensorflow.org/lite/api_docs/java/org/tensorflow/lite/package-summary)
* iOS API reference (coming soon)
* [C++ API reference](/lite/api_docs/cc/)
* [C++ API reference](https://tensorflow.org/lite/api_docs/cc)