Reputation: 473
We have a language binding with FFI using the "TensorFlow for C" and “the corresponding header files.
While we could find binaries for:
We can't find binaries for Raspberry/ARM/Raspbian. And this is really a pity because if you go to Tensorflow downloads you can read that "Raspbian 9.0 or later" is officially supported.
But I need the C binding for Raspberry Pi.
Any idea if the binary is available? and if not, at least instructions for compiling in?
Thanks in advance,
Upvotes: 1
Views: 468
Reputation: 473
OK, after a long search, I found no binary available, so I had to manage myself. I finally took the time to write down everything I found during my attempt to get TensorFlow C library compiled for Raspberry Pi. So, feel free to read that for a more detailed answer to my original question.
Upvotes: 0
Reputation: 351
The last paragraph of the "TensorFlow for C" you cited points to a how-to file which does show you how to build TensorFlow C API from source code with bazel
Upvotes: 1