tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.74k stars 769 forks source link

[Informational] : Delegates Support #2604

Closed AithaTarun closed 1 month ago

AithaTarun commented 1 month ago

Hi, So recently I came across libarmnnDelegate.so which can be used with tensorflow lite.

And seen an example /tensorflow/lite/micro/test_helpers.cc mentioning that TFL micro don't support delegate.

Does MicroInterpreter of tensorflow lite micro now supports Delegates ? Or any future plans to support delegates ?

Thanks

rascani commented 1 month ago

That is correct, TFLite-Micro does not support Delegates and there are no current plans to do so.