NobuoTsukamoto / meta-tensorflow-lite

Yocto layer for TensorFlow Lite interpreter with Python / C++.
MIT License
33 stars 18 forks source link

Question: is `tensorflow-lite` `2.12.0` supported under `dunfell`? #75

Open BMMevius opened 5 months ago

BMMevius commented 5 months ago

While looking through the repository, I was not able to find any support matrix for the embedded version and the TFLite version. So, I was wondering if it is possible to support TFLite under dunfell, because that is what I need. If this is not explicitly unsupported, I'm happy to contribute.

NobuoTsukamoto commented 5 months ago

The versions supported by dunfell are as follows.

To maintain compatibility, all other than revisions are fixed. For this reason, dunfell does not plan to support versions 2.9 or higher. It may be possible to change LAYERSERIES_COMPAT_meta-tensorflow-lite from mickledore to dunfell, but I have not done so.

I think a version support matrix is a good idea. It's necessary for the README.