Snapdragon Neural Processing Engine SDK
Reference Guide
TFLite Setup

A TFLite installation is required if the SNPE SDK is going to be used with TFlite models.

Get TFlite

  • SNPE SDK has been tested with TFLite v2.3.0
  • Please install TFLite as a standalone Python module using https://pypi.org/project/tflite/2.3.0/ and ensure TFLite is in your PYTHONPATH by using this test code:
        $ python -c "import tflite"
    
  • Continue with the rest of the SNPE Setup