My question is same as title.
tflite NPU has custom operator NeutronGraph, it is not supported in default tflite. Do you have any guide to inference NPU tflite on PC?
NXP offers eIQ Toolkit . You can see the tool in the following link:
Thanks. I am using it. But it seems that it allow only evaluate TensorFlow .h model. After that we convert to tflite and to NPU tflite. I don’t see the feature that allow me to evaluate NPU tflite on PC. If I am wrong, please correct me.
Do you release tensorflow lite with Neutrongraph custom operator supporting?
You are correct, there is not option to evaluate TFlite in PC, our idea it is that you can test and evaluate your Model with Tensorflow and then convert it to Tflite to use it in the device.
I understood. Of course, I evaluated TensorFlow and Tflite model on PC.
I intend to evaluate NPU tflite model in PC by using NXP implementation of Neutrongraph from board. I am not sure whether it is worth.