Open chunseoklee opened 3 years ago
Here is a picture which depicts the whole flow during model conversion from pb/tflite to nnpkg with pre-built(e.g. NPU) binary :
Here is TODOs on compiler side, IMHO.
npu-engine is open-sourced : https://review.tizen.org/gerrit/gitweb?p=platform/adaptation/npu/trix-engine.git
This might facilitate an easy backend implementation.
Background
We are trying to run pre-built binary on runtime. Here, you can think of pre-built binary as a kind of binary, which has the following characteristic :
We would get acceleration opportunity by (heterogeneous) executing with the backend of the pre-built binary
TODOs for runtime