You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to make it run this on a rpi zero by renaming the generated static library libtensorflow-lite.a to libtensorflowlite_c.a and link to that.
I also had to link -lm and -lstdc++. Here is the build command I used:
tensorflow provides scripts to build static tf lite libraries:
tflite make scripts
Are there plans to support .a files additionally to the .so files build with bazel?
The text was updated successfully, but these errors were encountered: