...
Neural network (NN) applications cannot directly interact with the NPU but instead rely on the NPU driver and prebuilt NN shared libraries. These libraries, along with relevant header files, are stored in the source project directory of the SP7350 for different versions.
Code Block |
---|
wells@wells-linux:~/Q654$ ll linux/rootfs/initramfs/prebuilt/vip9000sdk total 2820 drwxrwxr-x 7 wells wells 4096 Jun 12 21:31 ./ drwxrwxr-x 9 wells wells 4096 Jun 12 21:31 ../ drwxrwxr-x 4 wells wells 4096 Jun 12 21:31 6.4.13.8/ drwxrwxr-x 4 wells wells 4096 Jun 12 21:31 6.4.15.9/ drwxrwxr-x 4 wells wells 4096 Jun 12 21:31 6.4.18.5/ linux/rootfs/initramfs/prebuilt/vip9000sdk |
...
The ‘include’ subdirectory includes the relevant header files: |
Code Block |
---|
wells@wells-linux:~/Q654$ ll linux/rootfs/initramfs/prebuilt/vip9000sdk/6.4.15.9/include/ total 28 drwxrwxr-x 7 wells wells 4096 Jun 12 21:31 ./ drwxrwxr-x 4 wells wells 4096 Jun 12 21:31 ../ drwxrwxr-x 2 wells wells 4096 Jun 12 21:31 CL/ drwxrwxr-x 3 wells wells 4096 Jun 12 21:31 HAL/ drwxrwxr-x 2 wells wells 4096 Jun 12 21:31 jpeg/ drwxrwxr-x 12 wells wells 4096 Jun 12 21:31 ovxlib/ drwxrwxr-x 2 wells wells 4096 Jun 12 21:31 VX/ |
...