# Qualcomm Neural Processing Engine
Source: [https://docs.qualcomm.com/doc/80-70015-15B/topic/snpe.html](https://docs.qualcomm.com/doc/80-70015-15B/topic/snpe.html)
Qualcomm Neural Processing Engine (also known as Snapdragon Neural Processing Engine or SNPE)
is an all-in-one SDK to port ML models to run on Qualcomm hardware accelerators. SNPE offers tools to
convert and quantize models trained in PyTorch and TensorFlow and offers a runtime to execute these
models on CPU, GPU, and HTP. Learn more about SNPE SDK [here](https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-2/).
Setup
[Download SDK](https://docs.qualcomm.com/doc/80-70015-15B/topic/snpe-download.html)
[Setup SNPE](https://docs.qualcomm.com/doc/80-70015-15B/topic/snpe-setup.html)
Customize
[Convert Model](https://docs.qualcomm.com/doc/80-70015-15B/topic/snpe-port-model.html#concept_m3t_n2t_pbc__snpe-model-conversion)
[Quantize Model](https://docs.qualcomm.com/doc/80-70015-15B/topic/snpe-port-model.html#concept_m3t_n2t_pbc__snpe-model-quantization)
Run Inference
[Execute Model](https://docs.qualcomm.com/doc/80-70015-15B/topic/snpe-run-model.html)
API Reference
[C/C++](https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-2/api.html)
Last Published: Jan 21, 2026
[Previous Topic
TFLite](https://docs.qualcomm.com/bundle/publicresource/80-70015-15B/topics/tflite.md) [Next Topic
Install Qualcomm Neural Processing Engine SDK](https://docs.qualcomm.com/bundle/publicresource/80-70015-15B/topics/snpe-download.md)