mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
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:
parent
6ffe7a2ecd
commit
2d7b48cec7
|
|
@ -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++
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user