Skip to content

Commit 6fe4133

Browse files
xunkai55tflite-support-robot
authored andcommitted
Modify readme.md
PiperOrigin-RevId: 320564660
1 parent 53665b0 commit 6fe4133

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ major components:
1212
model does and how to use the model.
1313
* **TFLite Support Codegen Tool**: an executable that generates model wrapper
1414
automatically based on the Support Library and the metadata.
15-
* **TFLite Support Task Library**: a flexible and ready-to-use library for
16-
common machine learning model types, such as classification and detection.
1715

1816
TFLite Support library serves different tiers of deployment requirements from
1917
easy onboarding to fully customizable. There are three major use cases that
@@ -25,12 +23,6 @@ TFLite Support targets at:
2523
the codegen tool. The automatic codegen strategy is designed based on the
2624
TFLite metadata.
2725

28-
* **Provide optimized model interface for popular ML tasks**. \
29-
The model interfaces provided by the TFLite Support Task Library are
30-
specifically optimized compared to the codegen version in terms of both
31-
usability and performance. Users can also swap their own custom models with
32-
the default models in each task.
33-
3426
* **Provide the flexibility to customize model interface and build inference
3527
pipelines**. \
3628
The TFLite Support Util Library contains varieties of util methods and data

0 commit comments

Comments
 (0)