# Overview
Source: [https://docs.qualcomm.com/doc/80-70015-54/topic/tflite-landing-page.html](https://docs.qualcomm.com/doc/80-70015-54/topic/tflite-landing-page.html)
TensorFlow Lite is an open-source deep learning framework designed for on-device
inference. The TensorFlow framework provides tools and APIs to convert a standard
pretrained TensorFlow model from the SavedModel or Keras format into a TensorFlow Lite
format.
This guide describes the available delegates and methods to execute TensorFlow Lite
models using the Qualcomm software stack, and explains how to:
- Run TensorFlow Lite models using the Gstreamer-based Qualcomm^®^
Intelligent Multimedia SDK (IM SDK) or the native TensorFlow Lite application.
- Convert TensorFlow models to TensorFlow Lite models and optimize them for on-device
inference.
- Execute TensorFlow Lite models using a delegate on hardware accelerators, such as
CPU, GPU, and the Qualcomm^®^ Hexagon™ Tensor Processor.
- Benchmark TensorFlow Lite models.
Run a TensorFlow Lite model
[Use the Gstreamer-based IM SDK](https://docs.qualcomm.com/doc/80-70015-54/topic/getting-started.html#run-a-tensorflow-lite-model-using-the-gstreamer-based-qim-sdk)
[Use a native TensorFlow Lite sample application](https://docs.qualcomm.com/doc/80-70015-54/topic/getting-started.html#run-a-tensorflow-lite-model-using-a-native-tensorflow-lite-sample-application)
TensorFlow Lite developer workflow
[Convert a TensorFlow
model to a TensorFlow Lite model](https://docs.qualcomm.com/doc/80-70015-54/topic/tensorflow-lite-developer-workflow.html#convert-tensorflow-lite-models)
[Create an application and run
inference](https://docs.qualcomm.com/doc/80-70015-54/topic/tensorflow-lite-developer-workflow.html#run-inference)
[Develop a custom application](https://docs.qualcomm.com/doc/80-70015-54/topic/tensorflow-lite-developer-workflow.html#develop-a-custom-application-to-run-the-tensorflow-lite-model)
Sample applications
[Download models and
sample images](https://docs.qualcomm.com/doc/80-70015-54/topic/sample-applications.html#download-models-and-sample-images)
[Run a TensorFlow Lite model using an
available delegate](https://docs.qualcomm.com/doc/80-70015-54/topic/sample-applications.html#label-image-tool)
[Run a QNN delegate using an external delegate](https://docs.qualcomm.com/doc/80-70015-54/topic/sample-applications.html#run-qnn-delegate-using-the-external-delegate-interface)
Note: See [hardware SoCs](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-115/soc.html) that are supported on
Qualcomm^®^ Linux^®^.
Last Published: Oct 09, 2024
[Next Topic
Get started](https://docs.qualcomm.com/bundle/publicresource/80-70015-54/topics/getting-started.md)