# Configure AI/ML modules

Source: [https://docs.qualcomm.com/doc/80-88500-3/topic/66_Configure_AI_ML_modules.html](https://docs.qualcomm.com/doc/80-88500-3/topic/66_Configure_AI_ML_modules.html)

TensorFlow Lite (v2.x) is part of the platform source code, for execution
      of models in the Qualcomm platform, which supports a list of operator and application
      development testing. See [https://www.tensorflow.org/lite/](https://www.tensorflow.org/lite/) for more details.

TensorFlow Lite supports the NNAPI delegate for offloading graph processing to DSP/GPU.
      Currently, Qualcomm has stopped support for NNAPI offloading a model to execute on DSP/GPU. A
      model can be executed only on the CPU. NNAPI delegate is based on Android NNAPI v1.2, and
      supports all operations until Android NN API 29.

TensorFlow Lite supports multimodel concurrency. However, multimodels should be executed on
      the available CPU since the delegation is no longer supported.

- **[Test TensorFlow Lite using label image](https://docs.qualcomm.com/doc/80-88500-3/topic/68_Test_TFLite_using_label_image.html)**
- **[Test TensorFlow Lite using benchmark test application](https://docs.qualcomm.com/doc/80-88500-3/topic/70_Test_TFLite_using_benchmark_test_application_.html)**
- **[Install GStreamer plug-in](https://docs.qualcomm.com/doc/80-88500-3/topic/72_Install_qtimlsnpe_GStreamer_plug_in_.html)**
- **[Test Qualcomm Neural Processing SDK](https://docs.qualcomm.com/doc/80-88500-3/topic/73_Test_SNPE_.html)**
- **[Add GST plug-in to support tensors in and out](https://docs.qualcomm.com/doc/80-88500-3/topic/75_Add_GST_plug_in_to_support_tensors_in_and_out___.html)**
- **[Object detection use case](https://docs.qualcomm.com/doc/80-88500-3/topic/object_detection_use_case.html)**
- **[Image segmentation use case](https://docs.qualcomm.com/doc/80-88500-3/topic/image_segmentation_use_case.html)**
- **[Pose estimation use case](https://docs.qualcomm.com/doc/80-88500-3/topic/pose_estimation_use_case.html)**
- **[Image classification use case](https://docs.qualcomm.com/doc/80-88500-3/topic/image_classification_use_case.html)**

Last Published: Sep 26, 2023

[Previous Topic
Parallel 4K encode and 1080p decode](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/65_Parallel_4K_encode_and_1080p_decode.md) [Next Topic
Test TensorFlow Lite using label image](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/68_Test_TFLite_using_label_image.md)