New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also include C shared libraries build? #69
Comments
|
Hi, as I found no binary available, I had to manage myself. |
|
Hi @marianopeck |
|
Hi @lhelontra Thanks! |
|
Hi @lhelontra Could you share some of successfully built tensorflow c api packages for arm on github ? |
|
Soon, i w'll publish tar file with wheel and c files. |
Hi!
Did you ever consider to add support to not only build the Python wheel but also a shared library? As far as I understand, everything is exactly the same except the line:
//tensorflow/tools/pip_package:build_pip_package
which should be:
//tensorflow/tools/lib_package:libtensorflow
This would help us all other language bindings (Go, Rust, etc) to have the shared library available...which is currently anywhere and you have to compile everything from scratch.... I am not pretending for all the available configs in
configsbut at least the one you do publish a Python wheel: https://github.com/lhelontra/tensorflow-on-arm/releases/tag/v1.14.0Thoughts?
The text was updated successfully, but these errors were encountered: