File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
1816TFLite Support library serves different tiers of deployment requirements from
1917easy 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
You can’t perform that action at this time.
0 commit comments