Snapdragon Neural Processing Engine SDK
Reference Guide
ONNX setup

In order for the SNPE SDK to be used with ONNX, an ONNX installation must be present on the system.

Follow the instructions at https://github.com/onnx/onnx#installation to install ONNX on Ubuntu Linux, then continue with the rest of the SNPE Setup.

The versions of Onnx and its dependencies which are tested internally are mentioned below.

  • onnx v1.3.0
  • onnx v1.6.0
  • numpy v1.16.5
  • protobuf v3.6.0