Table of Contents

VIM3/3L NPU Notes

There are four ways to use the NPU on VIM3:

  1. The native C++ API.
  2. The Python API was officially developed by Khadas and based on C++ API.
  3. The TFLite Delegate is officially maintained by Verisilicon
  4. The OpenCV DNN is officially maintained by OpenCV.

C++ API

Python API

NPU TFLite Delegate

OpenCV DNN