Add section about supported ops in the inference / overview page that links to details about supported ops and ops limitations.

PiperOrigin-RevId: 320707226
Change-Id: Icaadbefbe70b52054dcf48fcc4f04f3e23dbcebb
This commit is contained in:
Karim Nosir 2020-07-10 17:38:29 -07:00 committed by TensorFlower Gardener
parent 6ffe7a2ecd
commit 2d7b48cec7

View File

@ -57,6 +57,12 @@ explicit goal and some variance between languages is to be expected.
Across all libraries, the TensorFlow Lite API enables you to load models, feed
inputs, and retrieve inference outputs.
## Supported operations
TensorFlow Lite supports a subset of TensorFlow operations with some
limitations. For full list of operations and limitations see
[TF Lite Ops page](https://www.tensorflow.org/mlir/tfl_ops).
### Android
On Android, TensorFlow Lite inference can be performed using either Java or C++