Hiiiiiii!
I was trying to play around with tflite stable delegate api and get it works with benchmark_model, label_image also got it works with the nnstreamer (c++ based project).
But I am not sure how to get it works with python binding. I had gone through the code and found the python binding for now is not available for stable delegate which it implemented the load_delegate api with External Delegate interface.
Here are some questions for that:
- Does TF have the plan to get it works with python? when?
- Or if there is someone done with that?
(ain’t sure if I asked the question in the correct place lol )
- Or if there is someone done with that?
- What should I do if there is no plan now for the stable-delegate+python binding? I mean,
- How to contribute my implementation to the community?
- What’s the process/rule I should follow?
Thanks!