TfLite stable delegate

Hi,
I was trying to play around with tflite stable delegate api, but I am not sure how to use this delegate once its generated. Like how do i include tflite stable delegate to my c++ or python based API for a simple example say label_image?
I can only use it against tflite benchmark model for now, but on going through the benchmark model code, i can’t see any occurrences for stable_delegate though i can call it through the loader_settings.

how can i extend this experimental delegate provided by TfLite to a simple application like label_image?

thanks

1 Like