tensorflow/lite/g3doc/api_docs/python/tflite_support.md
page_type: reference description: The TensorFlow Lite Support Library.
<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tflite_support" /> <meta itemprop="path" content="Stable" /> </div>The TensorFlow Lite Support Library.
Install the pip package:
pip install tflite-support
This package provides two major features:
To learn more about metadata, flatbuffers and TensorFlow Lite models, check out the metadata section of the TensorFlow Lite guide.
To learn more about Task Library, check out the documentation on the TensorFlow Lite website.
metadata module: TensorFlow Lite metadata tools.
metadata_schema_py_generated module
metadata_writers module: TF Lite Metadata Writer API.
task module: The TensorFlow Lite Task Library.